Uses of Class
org.otrs.ticketconnector.OTRSArticle
-
Packages that use OTRSArticle Package Description org.otrs.ticketconnector -
-
Uses of OTRSArticle in org.otrs.ticketconnector
Fields in org.otrs.ticketconnector declared as OTRSArticle Modifier and Type Field Description protected OTRSArticle
TicketCreate. article
protected OTRSArticle
TicketUpdate. article
Methods in org.otrs.ticketconnector that return OTRSArticle Modifier and Type Method Description OTRSArticle
ObjectFactory. createOTRSArticle()
Create an instance ofOTRSArticle
OTRSArticle
TicketCreate. getArticle()
Gets the value of the article property.OTRSArticle
TicketUpdate. getArticle()
Gets the value of the article property.Methods in org.otrs.ticketconnector with parameters of type OTRSArticle Modifier and Type Method Description void
TicketCreate. setArticle(OTRSArticle value)
Sets the value of the article property.void
TicketUpdate. setArticle(OTRSArticle value)
Sets the value of the article property.
-