Class CreateTicketRequest.ContactsItem.ExternalId.Builder
- java.lang.Object
-
- com.intercom.api.resources.tickets.requests.CreateTicketRequest.ContactsItem.ExternalId.Builder
-
- All Implemented Interfaces:
CreateTicketRequest.ContactsItem.ExternalId._FinalStage,CreateTicketRequest.ContactsItem.ExternalId.ExternalIdStage
- Enclosing class:
- CreateTicketRequest.ContactsItem.ExternalId
public static final class CreateTicketRequest.ContactsItem.ExternalId.Builder extends java.lang.Object implements CreateTicketRequest.ContactsItem.ExternalId.ExternalIdStage, CreateTicketRequest.ContactsItem.ExternalId._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTicketRequest.ContactsItem.ExternalIdbuild()CreateTicketRequest.ContactsItem.ExternalId._FinalStageexternalId(java.lang.String externalId)The external_id you have defined for the contact who is being added as a participant.CreateTicketRequest.ContactsItem.ExternalId.Builderfrom(CreateTicketRequest.ContactsItem.ExternalId other)
-
-
-
Method Detail
-
from
public CreateTicketRequest.ContactsItem.ExternalId.Builder from(CreateTicketRequest.ContactsItem.ExternalId other)
- Specified by:
fromin interfaceCreateTicketRequest.ContactsItem.ExternalId.ExternalIdStage
-
externalId
public CreateTicketRequest.ContactsItem.ExternalId._FinalStage externalId(@NotNull java.lang.String externalId)
The external_id you have defined for the contact who is being added as a participant.
The external_id you have defined for the contact who is being added as a participant.
- Specified by:
externalIdin interfaceCreateTicketRequest.ContactsItem.ExternalId.ExternalIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public CreateTicketRequest.ContactsItem.ExternalId build()
- Specified by:
buildin interfaceCreateTicketRequest.ContactsItem.ExternalId._FinalStage
-
-