Interface EnqueueCreateTicketRequest._FinalStage
-
- All Known Implementing Classes:
EnqueueCreateTicketRequest.Builder
- Enclosing class:
- EnqueueCreateTicketRequest
public static interface EnqueueCreateTicketRequest._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
EnqueueCreateTicketRequest build()
-
contacts
EnqueueCreateTicketRequest._FinalStage contacts(java.util.List<EnqueueCreateTicketRequest.ContactsItem> contacts)
The list of contacts (users or leads) affected by this ticket. Currently only one is allowed
-
addContacts
EnqueueCreateTicketRequest._FinalStage addContacts(EnqueueCreateTicketRequest.ContactsItem contacts)
-
addAllContacts
EnqueueCreateTicketRequest._FinalStage addAllContacts(java.util.List<EnqueueCreateTicketRequest.ContactsItem> contacts)
-
conversationToLinkId
EnqueueCreateTicketRequest._FinalStage conversationToLinkId(java.util.Optional<java.lang.String> conversationToLinkId)
The ID of the conversation you want to link to the ticket. Here are the valid ways of linking two tickets:
- conversation | back-office ticket
- customer tickets | non-shared back-office ticket
- conversation | tracker ticket
- customer ticket | tracker ticket
-
conversationToLinkId
EnqueueCreateTicketRequest._FinalStage conversationToLinkId(java.lang.String conversationToLinkId)
-
companyId
EnqueueCreateTicketRequest._FinalStage companyId(java.util.Optional<java.lang.String> companyId)
The ID of the company that the ticket is associated with. The unique identifier for the company which is given by Intercom
-
companyId
EnqueueCreateTicketRequest._FinalStage companyId(java.lang.String companyId)
-
createdAt
EnqueueCreateTicketRequest._FinalStage createdAt(java.util.Optional<java.lang.Integer> createdAt)
The time the ticket was created. If not provided, the current time will be used.
-
createdAt
EnqueueCreateTicketRequest._FinalStage createdAt(java.lang.Integer createdAt)
-
assignment
EnqueueCreateTicketRequest._FinalStage assignment(java.util.Optional<EnqueueCreateTicketRequest.Assignment> assignment)
-
assignment
EnqueueCreateTicketRequest._FinalStage assignment(EnqueueCreateTicketRequest.Assignment assignment)
-
skipNotifications
EnqueueCreateTicketRequest._FinalStage skipNotifications(java.util.Optional<java.lang.Boolean> skipNotifications)
Option to disable notifications when a Ticket is created.
-
skipNotifications
EnqueueCreateTicketRequest._FinalStage skipNotifications(java.lang.Boolean skipNotifications)
-
-