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