Uses of Class
com.softlayer.api.service.container.ticket.Priority
-
Packages that use Priority Package Description com.softlayer.api.service.ticket -
-
Uses of Priority in com.softlayer.api.service.ticket
Methods in com.softlayer.api.service.ticket that return types with arguments of type Priority Modifier and Type Method Description List<Priority>
Priority.Service. getPriorities()
Future<List<Priority>>
Priority.ServiceAsync. getPriorities()
Async version ofPriority.Service.getPriorities()
Method parameters in com.softlayer.api.service.ticket with type arguments of type Priority Modifier and Type Method Description Future<?>
Priority.ServiceAsync. getPriorities(ResponseHandler<List<Priority>> callback)
-