Uses of Class
org.otrs.ticketconnector.OTRSTicketGetResponseArticle
-
Packages that use OTRSTicketGetResponseArticle Package Description org.otrs.ticketconnector -
-
Uses of OTRSTicketGetResponseArticle in org.otrs.ticketconnector
Fields in org.otrs.ticketconnector declared as OTRSTicketGetResponseArticle Modifier and Type Field Description protected OTRSTicketGetResponseArticle[]
OTRSTicketGetResponseTicket. article
Methods in org.otrs.ticketconnector that return OTRSTicketGetResponseArticle Modifier and Type Method Description OTRSTicketGetResponseArticle
ObjectFactory. createOTRSTicketGetResponseArticle()
Create an instance ofOTRSTicketGetResponseArticle
OTRSTicketGetResponseArticle[]
OTRSTicketGetResponseTicket. getArticle()
OTRSTicketGetResponseArticle
OTRSTicketGetResponseTicket. getArticle(int idx)
OTRSTicketGetResponseArticle
OTRSTicketGetResponseTicket. setArticle(int idx, OTRSTicketGetResponseArticle value)
Methods in org.otrs.ticketconnector with parameters of type OTRSTicketGetResponseArticle Modifier and Type Method Description OTRSTicketGetResponseArticle
OTRSTicketGetResponseTicket. setArticle(int idx, OTRSTicketGetResponseArticle value)
void
OTRSTicketGetResponseTicket. setArticle(OTRSTicketGetResponseArticle[] values)
-