Uses of Class
com.softlayer.api.service.ticket.Subject
| Package | Description |
|---|---|
| com.softlayer.api.service | |
| com.softlayer.api.service.ticket | |
| com.softlayer.api.service.ticket.subject |
-
Uses of Subject in com.softlayer.api.service
Fields in com.softlayer.api.service declared as Subject Modifier and Type Field Description protected SubjectTicket. subjectA ticket's subject.Methods in com.softlayer.api.service that return Subject Modifier and Type Method Description SubjectTicket. getSubject()SubjectTicket.Service. getSubject()A ticket's subject.Methods in com.softlayer.api.service that return types with arguments of type Subject Modifier and Type Method Description List<Subject>Brand.Service. getAllTicketSubjects(Account account)(DEPRECATED) Use [[SoftLayer_Ticket_Subject::getAllObjects]] method.Future<List<Subject>>Brand.ServiceAsync. getAllTicketSubjects(Account account)Future<Subject>Ticket.ServiceAsync. getSubject()Async version ofTicket.Service.getSubject()Methods in com.softlayer.api.service with parameters of type Subject Modifier and Type Method Description voidTicket. setSubject(Subject subject)Method parameters in com.softlayer.api.service with type arguments of type Subject Modifier and Type Method Description Future<?>Brand.ServiceAsync. getAllTicketSubjects(Account account, ResponseHandler<List<Subject>> callback)Future<?>Ticket.ServiceAsync. getSubject(ResponseHandler<Subject> callback)Async callback version ofTicket.Service.getSubject() -
Uses of Subject in com.softlayer.api.service.ticket
Fields in com.softlayer.api.service.ticket declared as Subject Modifier and Type Field Description protected SubjectSubject. parentA parent subjectFields in com.softlayer.api.service.ticket with type parameters of type Subject Modifier and Type Field Description protected List<Subject>Subject. childrenA child subjectMethods in com.softlayer.api.service.ticket that return Subject Modifier and Type Method Description SubjectSubject.Service. getObject()getObject retrieves the SoftLayer_Ticket_Subject object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Ticket_Subject service.SubjectSubject. getParent()SubjectSubject.Service. getParent()A parent subjectMethods in com.softlayer.api.service.ticket that return types with arguments of type Subject Modifier and Type Method Description List<Subject>Subject.Service. getAllObjects()Retrieve all possible ticket subjects.Future<List<Subject>>Subject.ServiceAsync. getAllObjects()Async version ofSubject.Service.getAllObjects()List<Subject>Subject. getChildren()List<Subject>Subject.Service. getChildren()A child subjectFuture<List<Subject>>Subject.ServiceAsync. getChildren()Async version ofSubject.Service.getChildren()Future<Subject>Subject.ServiceAsync. getObject()Async version ofSubject.Service.getObject()Future<Subject>Subject.ServiceAsync. getParent()Async version ofSubject.Service.getParent()Methods in com.softlayer.api.service.ticket with parameters of type Subject Modifier and Type Method Description voidSubject. setParent(Subject parent)Method parameters in com.softlayer.api.service.ticket with type arguments of type Subject Modifier and Type Method Description Future<?>Subject.ServiceAsync. getAllObjects(ResponseHandler<List<Subject>> callback)Future<?>Subject.ServiceAsync. getChildren(ResponseHandler<List<Subject>> callback)Async callback version ofSubject.Service.getChildren()Future<?>Subject.ServiceAsync. getObject(ResponseHandler<Subject> callback)Future<?>Subject.ServiceAsync. getParent(ResponseHandler<Subject> callback)Async callback version ofSubject.Service.getParent() -
Uses of Subject in com.softlayer.api.service.ticket.subject
Fields in com.softlayer.api.service.ticket.subject with type parameters of type Subject Modifier and Type Field Description protected List<Subject>Category. subjectsMethods in com.softlayer.api.service.ticket.subject that return types with arguments of type Subject Modifier and Type Method Description List<Subject>Category. getSubjects()List<Subject>Category.Service. getSubjects()Future<List<Subject>>Category.ServiceAsync. getSubjects()Async version ofCategory.Service.getSubjects()Method parameters in com.softlayer.api.service.ticket.subject with type arguments of type Subject Modifier and Type Method Description Future<?>Category.ServiceAsync. getSubjects(ResponseHandler<List<Subject>> callback)Async callback version ofCategory.Service.getSubjects()