Interface Note.Service
-
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Note
@ApiService("SoftLayer_Account_Note") public static interface Note.Service extends Service
- See Also:
- SoftLayer_Account_Note
-
-
Method Summary
Modifier and Type Method Description Note.ServiceAsync
asAsync()
Get an async version of this serviceNote
createObject(Note templateObject)
Boolean
deleteObject()
Boolean
editObject(Note templateObject)
Account
getAccount()
Customer
getCustomer()
List<History>
getNoteHistory()
Note
getObject()
void
setMask(Note.Mask mask)
Note.Mask
withMask()
Use the existing mask on this service or create it if not presentNote.Mask
withNewMask()
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
Note.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service
-
withNewMask
Note.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
Note.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Note.Mask mask)
-
createObject
@ApiMethod Note createObject(Note templateObject)
- See Also:
- SoftLayer_Account_Note::createObject
-
deleteObject
@ApiMethod(instanceRequired=true) Boolean deleteObject()
- See Also:
- SoftLayer_Account_Note::deleteObject
-
editObject
@ApiMethod(instanceRequired=true) Boolean editObject(Note templateObject)
- See Also:
- SoftLayer_Account_Note::editObject
-
getObject
@ApiMethod(instanceRequired=true) Note getObject()
- See Also:
- SoftLayer_Account_Note::getObject
-
getAccount
@ApiMethod(instanceRequired=true) Account getAccount()
- See Also:
- SoftLayer_Account_Note::getAccount
-
getCustomer
@ApiMethod(instanceRequired=true) Customer getCustomer()
- See Also:
- SoftLayer_Account_Note::getCustomer
-
getNoteHistory
@ApiMethod(instanceRequired=true) List<History> getNoteHistory()
- See Also:
- SoftLayer_Account_Note::getNoteHistory
-
-