Uses of Class
org.otrs.ticketconnector.OTRSTicketGetResponseAttachment
-
Packages that use OTRSTicketGetResponseAttachment Package Description org.otrs.ticketconnector -
-
Uses of OTRSTicketGetResponseAttachment in org.otrs.ticketconnector
Fields in org.otrs.ticketconnector declared as OTRSTicketGetResponseAttachment Modifier and Type Field Description protected OTRSTicketGetResponseAttachment[]
OTRSTicketGetResponseArticle. attachment
Methods in org.otrs.ticketconnector that return OTRSTicketGetResponseAttachment Modifier and Type Method Description OTRSTicketGetResponseAttachment
ObjectFactory. createOTRSTicketGetResponseAttachment()
Create an instance ofOTRSTicketGetResponseAttachment
OTRSTicketGetResponseAttachment[]
OTRSTicketGetResponseArticle. getAttachment()
OTRSTicketGetResponseAttachment
OTRSTicketGetResponseArticle. getAttachment(int idx)
OTRSTicketGetResponseAttachment
OTRSTicketGetResponseArticle. setAttachment(int idx, OTRSTicketGetResponseAttachment value)
Methods in org.otrs.ticketconnector with parameters of type OTRSTicketGetResponseAttachment Modifier and Type Method Description OTRSTicketGetResponseAttachment
OTRSTicketGetResponseArticle. setAttachment(int idx, OTRSTicketGetResponseAttachment value)
void
OTRSTicketGetResponseArticle. setAttachment(OTRSTicketGetResponseAttachment[] values)
-