Uses of Class
com.softlayer.api.service.ticket.State
| Package | Description |
|---|---|
| com.softlayer.api.service |
-
Uses of State in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type State Modifier and Type Field Description protected List<State>Ticket. stateMethods in com.softlayer.api.service that return types with arguments of type State Modifier and Type Method Description List<State>Ticket. getState()List<State>Ticket.Service. getState()Future<List<State>>Ticket.ServiceAsync. getState()Async version ofTicket.Service.getState()Method parameters in com.softlayer.api.service with type arguments of type State Modifier and Type Method Description Future<?>Ticket.ServiceAsync. getState(ResponseHandler<List<State>> callback)Async callback version ofTicket.Service.getState()