Uses of Class
org.otrs.ticketconnector.OTRSPendingTime
-
Packages that use OTRSPendingTime Package Description org.otrs.ticketconnector -
-
Uses of OTRSPendingTime in org.otrs.ticketconnector
Fields in org.otrs.ticketconnector declared as OTRSPendingTime Modifier and Type Field Description protected OTRSPendingTime
OTRSTicketCreateTicket. pendingTime
protected OTRSPendingTime
OTRSTicketUpdateTicket. pendingTime
Methods in org.otrs.ticketconnector that return OTRSPendingTime Modifier and Type Method Description OTRSPendingTime
ObjectFactory. createOTRSPendingTime()
Create an instance ofOTRSPendingTime
OTRSPendingTime
OTRSTicketCreateTicket. getPendingTime()
Gets the value of the pendingTime property.OTRSPendingTime
OTRSTicketUpdateTicket. getPendingTime()
Gets the value of the pendingTime property.Methods in org.otrs.ticketconnector with parameters of type OTRSPendingTime Modifier and Type Method Description void
OTRSTicketCreateTicket. setPendingTime(OTRSPendingTime value)
Sets the value of the pendingTime property.void
OTRSTicketUpdateTicket. setPendingTime(OTRSPendingTime value)
Sets the value of the pendingTime property.
-