Package zendesk.support
Class TicketFieldSystemOption
- java.lang.Object
-
- zendesk.support.TicketFieldSystemOption
-
public class TicketFieldSystemOption extends java.lang.ObjectModel class for ticket field system option.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetName()Gets the name of the ticket field system option.java.lang.StringgetValue()Gets the value of the ticket field system option.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name of the ticket field system option.- Returns:
- the name of the ticket field system option.
-
getValue
public java.lang.String getValue()
Gets the value of the ticket field system option.- Returns:
- the value of the ticket field system option.
-
-