Interface Robot.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Robot
public static interface Robot.ServiceAsync extends ServiceAsync
-
Method Summary
Modifier and Type Method Description Future<Boolean>checkConnection()Async version ofRobot.Service.checkConnection()Future<?>checkConnection(ResponseHandler<Boolean> callback)Future<Robot>getObject()Async version ofRobot.Service.getObject()Future<?>getObject(ResponseHandler<Robot> callback)voidsetMask(Robot.Mask mask)Robot.MaskwithMask()Use the existing mask on this service or create it if not presentRobot.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
-
withNewMask
Robot.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
Robot.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
checkConnection
Async version ofRobot.Service.checkConnection() -
checkConnection
-
getObject
Async version ofRobot.Service.getObject() -
getObject
-