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