Uses of Class
com.softlayer.api.service.ticket.Status
| Package | Description |
|---|---|
| com.softlayer.api.service |
-
Uses of Status in com.softlayer.api.service
Fields in com.softlayer.api.service declared as Status Modifier and Type Field Description protected StatusTicket. statusA ticket's status.Methods in com.softlayer.api.service that return Status Modifier and Type Method Description StatusTicket. getStatus()StatusTicket.Service. getStatus()A ticket's status.Methods in com.softlayer.api.service that return types with arguments of type Status Modifier and Type Method Description List<Status>Ticket.Service. getAllTicketStatuses()getAllTicketStatuses() retrieves a list of all statuses that a ticket may exist in.Future<List<Status>>Ticket.ServiceAsync. getAllTicketStatuses()Async version ofTicket.Service.getAllTicketStatuses()Future<Status>Ticket.ServiceAsync. getStatus()Async version ofTicket.Service.getStatus()Methods in com.softlayer.api.service with parameters of type Status Modifier and Type Method Description voidTicket. setStatus(Status status)Method parameters in com.softlayer.api.service with type arguments of type Status Modifier and Type Method Description Future<?>Ticket.ServiceAsync. getAllTicketStatuses(ResponseHandler<List<Status>> callback)Future<?>Ticket.ServiceAsync. getStatus(ResponseHandler<Status> callback)Async callback version ofTicket.Service.getStatus()