Class 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 users
      long getId()
      Gets the ID of the ticket form.
      java.lang.String getName()
      Gets the ticket form name for agents
      java.util.List<java.lang.Long> getTicketFieldIds()
      Gets the list of RawTicketField.getId() that are associated with this ticket field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RawTicketForm

        public RawTicketForm()
    • 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 of RawTicketField.getId() that are associated with this ticket field.
        Returns:
        a list of ticket field ids