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