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
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 itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
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
-
getAllObjects
-
getObject
-
getAccount
The customer account this Account License belongs to. -
getBillingItem
The billing item for a software account license. -
getSoftwareDescription
The SoftLayer_Software_Description that this account license is for.
-