Uses of Class
com.softlayer.api.service.ticket.Activity
| Package | Description |
|---|---|
| com.softlayer.api.service | |
| com.softlayer.api.service.user |
-
Uses of Activity in com.softlayer.api.service
Fields in com.softlayer.api.service declared as Activity Modifier and Type Field Description protected ActivityTicket. lastActivityMethods in com.softlayer.api.service that return Activity Modifier and Type Method Description ActivityTicket. getLastActivity()ActivityTicket.Service. getLastActivity()Methods in com.softlayer.api.service that return types with arguments of type Activity Modifier and Type Method Description Future<Activity>Ticket.ServiceAsync. getLastActivity()Async version ofTicket.Service.getLastActivity()Methods in com.softlayer.api.service with parameters of type Activity Modifier and Type Method Description voidTicket. setLastActivity(Activity lastActivity)Method parameters in com.softlayer.api.service with type arguments of type Activity Modifier and Type Method Description Future<?>Ticket.ServiceAsync. getLastActivity(ResponseHandler<Activity> callback)Async callback version ofTicket.Service.getLastActivity() -
Uses of Activity in com.softlayer.api.service.user
Fields in com.softlayer.api.service.user with type parameters of type Activity Modifier and Type Field Description protected List<Activity>Employee. ticketActivitiesMethods in com.softlayer.api.service.user that return types with arguments of type Activity Modifier and Type Method Description List<Activity>Employee. getTicketActivities()