Interface CreateTicketTypeAttributeRequest._FinalStage
-
- All Known Implementing Classes:
CreateTicketTypeAttributeRequest.Builder
- Enclosing class:
- CreateTicketTypeAttributeRequest
public static interface CreateTicketTypeAttributeRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTicketTypeAttributeRequest._FinalStageallowMultipleValues(java.lang.Boolean allowMultipleValues)CreateTicketTypeAttributeRequest._FinalStageallowMultipleValues(java.util.Optional<java.lang.Boolean> allowMultipleValues)Whether the attribute allows multiple files to be attached to it (only applicable to file attributes)CreateTicketTypeAttributeRequestbuild()CreateTicketTypeAttributeRequest._FinalStagelistItems(java.lang.String listItems)CreateTicketTypeAttributeRequest._FinalStagelistItems(java.util.Optional<java.lang.String> listItems)A comma delimited list of items for the attribute value (only applicable to list attributes)CreateTicketTypeAttributeRequest._FinalStagemultiline(java.lang.Boolean multiline)CreateTicketTypeAttributeRequest._FinalStagemultiline(java.util.Optional<java.lang.Boolean> multiline)Whether the attribute allows multiple lines of text (only applicable to string attributes)CreateTicketTypeAttributeRequest._FinalStagerequiredToCreate(java.lang.Boolean requiredToCreate)CreateTicketTypeAttributeRequest._FinalStagerequiredToCreate(java.util.Optional<java.lang.Boolean> requiredToCreate)Whether the attribute is required to be filled in when teammates are creating the ticket in Inbox.CreateTicketTypeAttributeRequest._FinalStagerequiredToCreateForContacts(java.lang.Boolean requiredToCreateForContacts)CreateTicketTypeAttributeRequest._FinalStagerequiredToCreateForContacts(java.util.Optional<java.lang.Boolean> requiredToCreateForContacts)Whether the attribute is required to be filled in when contacts are creating the ticket in Messenger.CreateTicketTypeAttributeRequest._FinalStagevisibleOnCreate(java.lang.Boolean visibleOnCreate)CreateTicketTypeAttributeRequest._FinalStagevisibleOnCreate(java.util.Optional<java.lang.Boolean> visibleOnCreate)Whether the attribute is visible to teammates when creating a ticket in Inbox.CreateTicketTypeAttributeRequest._FinalStagevisibleToContacts(java.lang.Boolean visibleToContacts)CreateTicketTypeAttributeRequest._FinalStagevisibleToContacts(java.util.Optional<java.lang.Boolean> visibleToContacts)Whether the attribute is visible to contacts when creating a ticket in Messenger.
-
-
-
Method Detail
-
build
CreateTicketTypeAttributeRequest build()
-
requiredToCreate
CreateTicketTypeAttributeRequest._FinalStage requiredToCreate(java.util.Optional<java.lang.Boolean> requiredToCreate)
Whether the attribute is required to be filled in when teammates are creating the ticket in Inbox.
-
requiredToCreate
CreateTicketTypeAttributeRequest._FinalStage requiredToCreate(java.lang.Boolean requiredToCreate)
-
requiredToCreateForContacts
CreateTicketTypeAttributeRequest._FinalStage requiredToCreateForContacts(java.util.Optional<java.lang.Boolean> requiredToCreateForContacts)
Whether the attribute is required to be filled in when contacts are creating the ticket in Messenger.
-
requiredToCreateForContacts
CreateTicketTypeAttributeRequest._FinalStage requiredToCreateForContacts(java.lang.Boolean requiredToCreateForContacts)
-
visibleOnCreate
CreateTicketTypeAttributeRequest._FinalStage visibleOnCreate(java.util.Optional<java.lang.Boolean> visibleOnCreate)
Whether the attribute is visible to teammates when creating a ticket in Inbox.
-
visibleOnCreate
CreateTicketTypeAttributeRequest._FinalStage visibleOnCreate(java.lang.Boolean visibleOnCreate)
-
visibleToContacts
CreateTicketTypeAttributeRequest._FinalStage visibleToContacts(java.util.Optional<java.lang.Boolean> visibleToContacts)
Whether the attribute is visible to contacts when creating a ticket in Messenger.
-
visibleToContacts
CreateTicketTypeAttributeRequest._FinalStage visibleToContacts(java.lang.Boolean visibleToContacts)
-
multiline
CreateTicketTypeAttributeRequest._FinalStage multiline(java.util.Optional<java.lang.Boolean> multiline)
Whether the attribute allows multiple lines of text (only applicable to string attributes)
-
multiline
CreateTicketTypeAttributeRequest._FinalStage multiline(java.lang.Boolean multiline)
-
listItems
CreateTicketTypeAttributeRequest._FinalStage listItems(java.util.Optional<java.lang.String> listItems)
A comma delimited list of items for the attribute value (only applicable to list attributes)
-
listItems
CreateTicketTypeAttributeRequest._FinalStage listItems(java.lang.String listItems)
-
allowMultipleValues
CreateTicketTypeAttributeRequest._FinalStage allowMultipleValues(java.util.Optional<java.lang.Boolean> allowMultipleValues)
Whether the attribute allows multiple files to be attached to it (only applicable to file attributes)
-
allowMultipleValues
CreateTicketTypeAttributeRequest._FinalStage allowMultipleValues(java.lang.Boolean allowMultipleValues)
-
-