Package com.intercom.api.types
Interface CreateTicketRequestBody._FinalStage
-
- All Known Implementing Classes:
CreateTicketRequestBody.Builder
- Enclosing class:
- CreateTicketRequestBody
public static interface CreateTicketRequestBody._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
CreateTicketRequestBody build()
-
contacts
CreateTicketRequestBody._FinalStage contacts(java.util.List<CreateTicketRequestBody.ContactsItem> contacts)
The list of contacts (users or leads) affected by this ticket. Currently only one is allowed
-
addContacts
CreateTicketRequestBody._FinalStage addContacts(CreateTicketRequestBody.ContactsItem contacts)
-
addAllContacts
CreateTicketRequestBody._FinalStage addAllContacts(java.util.List<CreateTicketRequestBody.ContactsItem> contacts)
-
conversationToLinkId
CreateTicketRequestBody._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
CreateTicketRequestBody._FinalStage conversationToLinkId(java.lang.String conversationToLinkId)
-
companyId
CreateTicketRequestBody._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
CreateTicketRequestBody._FinalStage companyId(java.lang.String companyId)
-
createdAt
CreateTicketRequestBody._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
CreateTicketRequestBody._FinalStage createdAt(java.lang.Integer createdAt)
-
assignment
CreateTicketRequestBody._FinalStage assignment(java.util.Optional<CreateTicketRequestBody.Assignment> assignment)
-
assignment
CreateTicketRequestBody._FinalStage assignment(CreateTicketRequestBody.Assignment assignment)
-
-