Uses of Class
org.otrs.ticketconnector.OTRSTicketUpdateTicket
-
Packages that use OTRSTicketUpdateTicket Package Description org.otrs.ticketconnector -
-
Uses of OTRSTicketUpdateTicket in org.otrs.ticketconnector
Fields in org.otrs.ticketconnector declared as OTRSTicketUpdateTicket Modifier and Type Field Description protected OTRSTicketUpdateTicket
TicketUpdate. ticket
Methods in org.otrs.ticketconnector that return OTRSTicketUpdateTicket Modifier and Type Method Description OTRSTicketUpdateTicket
ObjectFactory. createOTRSTicketUpdateTicket()
Create an instance ofOTRSTicketUpdateTicket
OTRSTicketUpdateTicket
TicketUpdate. getTicket()
Gets the value of the ticket property.Methods in org.otrs.ticketconnector with parameters of type OTRSTicketUpdateTicket Modifier and Type Method Description void
TicketUpdate. setTicket(OTRSTicketUpdateTicket value)
Sets the value of the ticket property.
-