Interface AccountLicense.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- AccountLicense
@ApiService("SoftLayer_Software_AccountLicense") public static interface AccountLicense.Service extends Service
SoftLayer_Software_AccountLicense is the application class that handles a special type of Software License. Most software licenses are licensed to a specific hardware ID or IP address, this is tied to an account.- See Also:
- SoftLayer_Software_AccountLicense
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountLicense.ServiceAsyncasAsync()Get an async version of this serviceAccountgetAccount()The customer account this Account License belongs to.List<AccountLicense>getAllObjects()ItemgetBillingItem()The billing item for a software account license.AccountLicensegetObject()DescriptiongetSoftwareDescription()The SoftLayer_Software_Description that this account license is for.voidsetMask(AccountLicense.Mask mask)AccountLicense.MaskwithMask()Use the existing mask on this service or create it if not presentAccountLicense.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
AccountLicense.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
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
void setMask(AccountLicense.Mask mask)
-
getAllObjects
@ApiMethod List<AccountLicense> getAllObjects()
-
getObject
@ApiMethod(instanceRequired=true) AccountLicense getObject()
-
getAccount
@ApiMethod(instanceRequired=true) Account getAccount()
The customer account this Account License belongs to.
-
getBillingItem
@ApiMethod(instanceRequired=true) Item getBillingItem()
The billing item for a software account license.
-
getSoftwareDescription
@ApiMethod(instanceRequired=true) Description getSoftwareDescription()
The SoftLayer_Software_Description that this account license is for.
-
-