Uses of Class
com.softlayer.api.service.software.AccountLicense
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.billing.item.software | |
com.softlayer.api.service.software |
-
Uses of AccountLicense in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type AccountLicense Modifier and Type Field Description protected List<AccountLicense>
Account. accountLicenses
The account software licenses owned by an accountprotected List<AccountLicense>
Account. activeAccountLicenses
The active account software licenses owned by an accountMethods in com.softlayer.api.service that return types with arguments of type AccountLicense Modifier and Type Method Description List<AccountLicense>
Account. getAccountLicenses()
List<AccountLicense>
Account.Service. getAccountLicenses()
The account software licenses owned by an accountFuture<List<AccountLicense>>
Account.ServiceAsync. getAccountLicenses()
Async version ofAccount.Service.getAccountLicenses()
List<AccountLicense>
Account. getActiveAccountLicenses()
List<AccountLicense>
Account.Service. getActiveAccountLicenses()
The active account software licenses owned by an accountFuture<List<AccountLicense>>
Account.ServiceAsync. getActiveAccountLicenses()
Async version ofAccount.Service.getActiveAccountLicenses()
Method parameters in com.softlayer.api.service with type arguments of type AccountLicense Modifier and Type Method Description Future<?>
Account.ServiceAsync. getAccountLicenses(ResponseHandler<List<AccountLicense>> callback)
Async callback version ofAccount.Service.getAccountLicenses()
Future<?>
Account.ServiceAsync. getActiveAccountLicenses(ResponseHandler<List<AccountLicense>> callback)
Async callback version ofAccount.Service.getActiveAccountLicenses()
-
Uses of AccountLicense in com.softlayer.api.service.billing.item.software
Fields in com.softlayer.api.service.billing.item.software declared as AccountLicense Modifier and Type Field Description protected AccountLicense
License. resource
The resource for a software license billing item.Methods in com.softlayer.api.service.billing.item.software that return AccountLicense Modifier and Type Method Description AccountLicense
License. getResource()
Methods in com.softlayer.api.service.billing.item.software with parameters of type AccountLicense Modifier and Type Method Description void
License. setResource(AccountLicense resource)
-
Uses of AccountLicense in com.softlayer.api.service.software
Methods in com.softlayer.api.service.software that return AccountLicense Modifier and Type Method Description AccountLicense
AccountLicense.Service. getObject()
Methods in com.softlayer.api.service.software that return types with arguments of type AccountLicense Modifier and Type Method Description List<AccountLicense>
AccountLicense.Service. getAllObjects()
Future<List<AccountLicense>>
AccountLicense.ServiceAsync. getAllObjects()
Async version ofAccountLicense.Service.getAllObjects()
Future<AccountLicense>
AccountLicense.ServiceAsync. getObject()
Async version ofAccountLicense.Service.getObject()
Method parameters in com.softlayer.api.service.software with type arguments of type AccountLicense Modifier and Type Method Description Future<?>
AccountLicense.ServiceAsync. getAllObjects(ResponseHandler<List<AccountLicense>> callback)
Future<?>
AccountLicense.ServiceAsync. getObject(ResponseHandler<AccountLicense> callback)