Class RawTicketForm
- java.lang.Object
-
- com.zendesk.sdk.model.request.fields.RawTicketForm
-
public class RawTicketForm extends java.lang.Object
Json model class for TicketForms.- See Also:
- Ticket forms
-
-
Constructor Summary
Constructors Constructor and Description RawTicketForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getDisplayName()
Gets the ticket form name for end userslong
getId()
Gets the ID of the ticket form.java.lang.String
getName()
Gets the ticket form name for agentsjava.util.List<java.lang.Long>
getTicketFieldIds()
Gets the list ofRawTicketField.getId()
that are associated with this ticket field.
-
-
-
Method Detail
-
getId
public long getId()
Gets the ID of the ticket form.- Returns:
- the id of the ticket form
-
getName
public java.lang.String getName()
Gets the ticket form name for agents- Returns:
- the ticket form name for agents
-
getDisplayName
public java.lang.String getDisplayName()
Gets the ticket form name for end users- Returns:
- the ticket form name for end users
-
getTicketFieldIds
public java.util.List<java.lang.Long> getTicketFieldIds()
Gets the list ofRawTicketField.getId()
that are associated with this ticket field.- Returns:
- a list of ticket field ids
-
-