Class UpdateTicketTypeAttributeRequest
java.lang.Object
com.intercom.api.resources.tickettypes.attributes.requests.UpdateTicketTypeAttributeRequest
-
Method Details
-
getTicketTypeId
- Returns:
- The unique identifier for the ticket type which is given by Intercom.
-
getAttributeId
- Returns:
- The unique identifier for the ticket type attribute which is given by Intercom.
-
getName
- Returns:
- The name of the ticket type attribute
-
getDescription
- Returns:
- The description of the attribute presented to the teammate or contact
-
getRequiredToCreate
- Returns:
- Whether the attribute is required to be filled in when teammates are creating the ticket in Inbox.
-
getRequiredToCreateForContacts
- Returns:
- Whether the attribute is required to be filled in when contacts are creating the ticket in Messenger.
-
getVisibleOnCreate
- Returns:
- Whether the attribute is visible to teammates when creating a ticket in Inbox.
-
getVisibleToContacts
- Returns:
- Whether the attribute is visible to contacts when creating a ticket in Messenger.
-
getMultiline
- Returns:
- Whether the attribute allows multiple lines of text (only applicable to string attributes)
-
getListItems
- Returns:
- A comma delimited list of items for the attribute value (only applicable to list attributes)
-
getAllowMultipleValues
- Returns:
- Whether the attribute allows multiple files to be attached to it (only applicable to file attributes)
-
getArchived
- Returns:
- Whether the attribute should be archived and not shown during creation of the ticket (it will still be present on previously created tickets)
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-