Class RawTicketField
- java.lang.Object
- 
- com.zendesk.sdk.model.request.fields.RawTicketField
 
- 
 
 public class RawTicketField extends java.lang.ObjectJson model class for TicketFields.- See Also:
- Ticket fields
 
- 
- 
Constructor SummaryConstructors Constructor and Description RawTicketField()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<RawTicketFieldOption>getCustomFieldOptions()Ticket field options, this field will only be populated forTicketFieldType.Taggerfield typesjava.lang.StringgetDescription()Gets the description of the ticket field.longgetId()Gets the ID of the ticket field.java.lang.StringgetRegexpForValidation()Gets the regular expression to validate the ticket field.java.util.List<RawTicketFieldSystemOption>getSystemFieldOptions()Ticket field system options, this field will only be populated forTicketFieldType.Priorityfield typesjava.lang.StringgetTitle()Gets the title of the ticket field.java.lang.StringgetTitleInPortal()Gets title of the ticket field for end userTicketFieldTypegetType()Gets the type of the ticket field.
 
- 
- 
- 
Method Detail- 
getIdpublic long getId() Gets the ID of the ticket field.- Returns:
- the id of the field
 
 - 
getTitlepublic java.lang.String getTitle() Gets the title of the ticket field.- Returns:
- the title of the field
 
 - 
getTitleInPortalpublic java.lang.String getTitleInPortal() Gets title of the ticket field for end user- Returns:
- title the ticket field title for end users
 
 - 
getTypepublic TicketFieldType getType() Gets the type of the ticket field.- Returns:
- the type of the ticket field
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the description of the ticket field.- Returns:
- the description of the ticket field
 
 - 
getRegexpForValidationpublic java.lang.String getRegexpForValidation() Gets the regular expression to validate the ticket field.- Returns:
- the regular expression to validate the ticket field
 
 - 
getCustomFieldOptionspublic java.util.List<RawTicketFieldOption> getCustomFieldOptions() Ticket field options, this field will only be populated forTicketFieldType.Taggerfield types- Returns:
- a list of ticket field options
 
 - 
getSystemFieldOptionspublic java.util.List<RawTicketFieldSystemOption> getSystemFieldOptions() Ticket field system options, this field will only be populated forTicketFieldType.Priorityfield types- Returns:
- a list of ticket field system options
 
 
- 
 
-