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