Interface Robot.ServiceAsync
-
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Robot
public static interface Robot.ServiceAsync extends ServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Future<Boolean>checkConnection()Deprecated.Future<?>checkConnection(ResponseHandler<Boolean> callback)Deprecated.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 it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
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
void setMask(Robot.Mask mask)
-
checkConnection
@Deprecated Future<Boolean> checkConnection()
Deprecated.Async version ofRobot.Service.checkConnection()
-
checkConnection
@Deprecated Future<?> checkConnection(ResponseHandler<Boolean> callback)
Deprecated.
-
getObject
Future<Robot> getObject()
Async version ofRobot.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Robot> callback)
-
-