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.ServiceAsync
asAsync()
Get an async version of this serviceList<Action>
getAllObjects()
Action
getObject()
void
setMask(Action.Mask mask)
Action.Mask
withMask()
Use the existing mask on this service or create it if not presentAction.Mask
withNewMask()
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:Service
Get an async version of this service
-
withNewMask
Action.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
Action.Mask withMask()
Description copied from interface:Maskable
Use 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()
-
-