Uses of Class
org.otrs.ticketconnector.OTRSTicketGetResponseTicket
-
Packages that use OTRSTicketGetResponseTicket Package Description org.otrs.ticketconnector -
-
Uses of OTRSTicketGetResponseTicket in org.otrs.ticketconnector
Fields in org.otrs.ticketconnector declared as OTRSTicketGetResponseTicket Modifier and Type Field Description protected OTRSTicketGetResponseTicket[]
TicketGetResponse. ticket
Methods in org.otrs.ticketconnector that return OTRSTicketGetResponseTicket Modifier and Type Method Description OTRSTicketGetResponseTicket
ObjectFactory. createOTRSTicketGetResponseTicket()
Create an instance ofOTRSTicketGetResponseTicket
OTRSTicketGetResponseTicket[]
TicketGetResponse. getTicket()
OTRSTicketGetResponseTicket
TicketGetResponse. getTicket(int idx)
OTRSTicketGetResponseTicket
TicketGetResponse. setTicket(int idx, OTRSTicketGetResponseTicket value)
Methods in org.otrs.ticketconnector with parameters of type OTRSTicketGetResponseTicket Modifier and Type Method Description OTRSTicketGetResponseTicket
TicketGetResponse. setTicket(int idx, OTRSTicketGetResponseTicket value)
void
TicketGetResponse. setTicket(OTRSTicketGetResponseTicket[] values)
-