Interface Action.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Action
@ApiService("SoftLayer_User_Permission_Action") public static interface Action.Service extends Service
- See Also:
- SoftLayer_User_Permission_Action
-
-
Method Summary
Modifier and Type Method Description Action.ServiceAsyncasAsync()Get an async version of this serviceList<Action>getAllObjects()ActiongetObject()voidsetMask(Action.Mask mask)Action.MaskwithMask()Use the existing mask on this service or create it if not presentAction.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
-
asAsync
Action.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Action.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
Action.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Action.Mask mask)
-
getAllObjects
@ApiMethod List<Action> getAllObjects()
-
getObject
@ApiMethod(instanceRequired=true) Action getObject()
-
-