Interface Request.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Request
public static interface Request.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Request.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
Request.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
createObject
-
createObject
-
getObject
Async version ofRequest.Service.getObject() -
getObject
-
getReport
Async version ofRequest.Service.getReport() -
getReport
-
getAccount
Async version ofRequest.Service.getAccount() -
getAccount
Async callback version ofRequest.Service.getAccount() -
getGuest
Async version ofRequest.Service.getGuest() -
getGuest
Async callback version ofRequest.Service.getGuest() -
getHardware
Async version ofRequest.Service.getHardware() -
getHardware
Async callback version ofRequest.Service.getHardware() -
getRequestorOwnedFlag
Async version ofRequest.Service.getRequestorOwnedFlag() -
getRequestorOwnedFlag
Async callback version ofRequest.Service.getRequestorOwnedFlag() -
getStatus
Async version ofRequest.Service.getStatus() -
getStatus
Async callback version ofRequest.Service.getStatus()
-