Interface Agreement.Service
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Agreement
@ApiService("SoftLayer_Account_Agreement") public static interface Agreement.Service extends Service
- See Also:
- SoftLayer_Account_Agreement
-
Method Summary
Modifier and Type Method Description Agreement.ServiceAsync
asAsync()
Get an async version of this serviceAccount
getAccount()
Type
getAgreementType()
The type of agreement.List<MasterServiceAgreement>
getAttachedBillingAgreementFiles()
The files attached to an agreement.List<Item>
getBillingItems()
The billing items associated with an agreement.Agreement
getObject()
Status
getStatus()
The status of the agreement.List<Item>
getTopLevelBillingItems()
The top level billing item associated with an agreement.void
setMask(Agreement.Mask mask)
Agreement.Mask
withMask()
Use the existing mask on this service or create it if not presentAgreement.Mask
withNewMask()
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
Agreement.ServiceAsync asAsync()Description copied from interface:Service
Get an async version of this service -
withNewMask
Agreement.Mask withNewMask()Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Agreement.Mask withMask()Description copied from interface:Maskable
Use the existing mask on this service or create it if not present -
setMask
-
getObject
- See Also:
- SoftLayer_Account_Agreement::getObject
-
getAccount
- See Also:
- SoftLayer_Account_Agreement::getAccount
-
getAgreementType
The type of agreement. -
getAttachedBillingAgreementFiles
The files attached to an agreement. -
getBillingItems
The billing items associated with an agreement. -
getStatus
The status of the agreement.- See Also:
- SoftLayer_Account_Agreement::getStatus
-
getTopLevelBillingItems
The top level billing item associated with an agreement.
-