Package com.softlayer.api.service.ticket
Interface Priority.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Priority
public static interface Priority.ServiceAsync extends ServiceAsync
-
Method Summary
Modifier and Type Method Description Future<List<Priority>>getPriorities()Async version ofPriority.Service.getPriorities()Future<?>getPriorities(ResponseHandler<List<Priority>> callback)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 itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
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
-
getPriorities
Async version ofPriority.Service.getPriorities() -
getPriorities
-