Interface Contact.ServiceAsync
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Contact
public static interface Contact.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Contact.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
Contact.Mask withMask()Description copied from interface:Maskable
Use the existing mask on this service or create it if not present -
setMask
-
createComplianceReportRequestorContact
-
createComplianceReportRequestorContact
Future<?> createComplianceReportRequestorContact(Contact requestorTemplate, ResponseHandler<Contact> callback) -
createObject
-
createObject
-
deleteObject
Async version ofContact.Service.deleteObject()
-
deleteObject
-
editObject
-
editObject
-
getAllContactTypes
Async version ofContact.Service.getAllContactTypes()
-
getAllContactTypes
-
getObject
Async version ofContact.Service.getObject()
-
getObject
-
getAccount
Async version ofContact.Service.getAccount()
-
getAccount
Async callback version ofContact.Service.getAccount()
-
getType
Async version ofContact.Service.getType()
-
getType
Async callback version ofContact.Service.getType()
-