Package zendesk.support
Class TicketFieldOption
- java.lang.Object
-
- zendesk.support.TicketFieldOption
-
public class TicketFieldOption extends java.lang.ObjectModel class for ticket field option.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description longgetId()Gets the ID of the ticket field option.java.lang.StringgetName()Gets the name of the ticket field option.java.lang.StringgetValue()Gets the value of the ticket field option.booleanisDefault()Gets if the field is the default value.
-
-
-
Method Detail
-
getId
public long getId()
Gets the ID of the ticket field option.- Returns:
- the id of the ticket field option
-
getName
public java.lang.String getName()
Gets the name of the ticket field option.- Returns:
- the name of the ticket field option.
-
getValue
public java.lang.String getValue()
Gets the value of the ticket field option.- Returns:
- the value of the ticket field option.
-
isDefault
public boolean isDefault()
Gets if the field is the default value.- Returns:
trueif it is the default value,falseif not
-
-