Package com.softlayer.api.service.ticket
Interface Priority.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Priority
@ApiService("SoftLayer_Ticket_Priority") public static interface Priority.Service extends Service
- See Also:
- SoftLayer_Ticket_Priority
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Priority.ServiceAsyncasAsync()Get an async version of this serviceList<Priority>getPriorities()voidsetMask(Priority.Mask mask)Priority.MaskwithMask()Use the existing mask on this service or create it if not presentPriority.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
Priority.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Priority.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
Priority.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Priority.Mask mask)
-
getPriorities
@ApiMethod List<Priority> getPriorities()
- See Also:
- SoftLayer_Ticket_Priority::getPriorities
-
-