Interface AccountLicense.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- AccountLicense
public static interface AccountLicense.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
AccountLicense.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
AccountLicense.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getAllObjects
Future<List<AccountLicense>> getAllObjects()Async version ofAccountLicense.Service.getAllObjects() -
getAllObjects
-
getObject
Future<AccountLicense> getObject()Async version ofAccountLicense.Service.getObject() -
getObject
-
getAccount
Async version ofAccountLicense.Service.getAccount() -
getAccount
Async callback version ofAccountLicense.Service.getAccount() -
getBillingItem
Async version ofAccountLicense.Service.getBillingItem() -
getBillingItem
Async callback version ofAccountLicense.Service.getBillingItem() -
getSoftwareDescription
Future<Description> getSoftwareDescription()Async version ofAccountLicense.Service.getSoftwareDescription() -
getSoftwareDescription
Async callback version ofAccountLicense.Service.getSoftwareDescription()
-