Uses of Class
org.otrs.ticketconnector.OTRSError
-
Packages that use OTRSError Package Description org.opennms.netmgt.ticketer.otrs31 org.otrs.ticketconnector -
-
Uses of OTRSError in org.opennms.netmgt.ticketer.otrs31
Constructors in org.opennms.netmgt.ticketer.otrs31 with parameters of type OTRSError Constructor Description Otrs31PluginException(OTRSError error)
-
Uses of OTRSError in org.otrs.ticketconnector
Fields in org.otrs.ticketconnector declared as OTRSError Modifier and Type Field Description protected OTRSError
SessionCreateResponse. error
protected OTRSError
TicketCreateResponse. error
protected OTRSError
TicketUpdateResponse. error
Methods in org.otrs.ticketconnector that return OTRSError Modifier and Type Method Description OTRSError
ObjectFactory. createOTRSError()
Create an instance ofOTRSError
OTRSError
SessionCreateResponse. getError()
Gets the value of the error property.OTRSError
TicketCreateResponse. getError()
Gets the value of the error property.OTRSError
TicketUpdateResponse. getError()
Gets the value of the error property.Methods in org.otrs.ticketconnector with parameters of type OTRSError Modifier and Type Method Description void
SessionCreateResponse. setError(OTRSError value)
Sets the value of the error property.void
TicketCreateResponse. setError(OTRSError value)
Sets the value of the error property.void
TicketUpdateResponse. setError(OTRSError value)
Sets the value of the error property.
-