Package com.intercom.api.types
Interface CreateContactRequest.WithExternalId._FinalStage
-
- All Known Implementing Classes:
CreateContactRequest.WithExternalId.Builder
- Enclosing class:
- CreateContactRequest.WithExternalId
public static interface CreateContactRequest.WithExternalId._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateContactRequest.WithExternalId._FinalStageavatar(java.lang.String avatar)CreateContactRequest.WithExternalId._FinalStageavatar(java.util.Optional<java.lang.String> avatar)An image URL containing the avatar of a contactCreateContactRequest.WithExternalIdbuild()CreateContactRequest.WithExternalId._FinalStagecustomAttributes(java.util.Map<java.lang.String,java.lang.Object> customAttributes)CreateContactRequest.WithExternalId._FinalStagecustomAttributes(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> customAttributes)The custom attributes which are set for the contactCreateContactRequest.WithExternalId._FinalStagelastSeenAt(java.lang.Integer lastSeenAt)CreateContactRequest.WithExternalId._FinalStagelastSeenAt(java.util.Optional<java.lang.Integer> lastSeenAt)The time when the contact was last seen (either where the Intercom Messenger was installed or when specified manually)CreateContactRequest.WithExternalId._FinalStagename(java.lang.String name)CreateContactRequest.WithExternalId._FinalStagename(java.util.Optional<java.lang.String> name)The contacts nameCreateContactRequest.WithExternalId._FinalStageownerId(java.lang.Integer ownerId)CreateContactRequest.WithExternalId._FinalStageownerId(java.util.Optional<java.lang.Integer> ownerId)The id of an admin that has been assigned account ownership of the contactCreateContactRequest.WithExternalId._FinalStagephone(java.lang.String phone)CreateContactRequest.WithExternalId._FinalStagephone(java.util.Optional<java.lang.String> phone)The contacts phoneCreateContactRequest.WithExternalId._FinalStagesignedUpAt(java.lang.Integer signedUpAt)CreateContactRequest.WithExternalId._FinalStagesignedUpAt(java.util.Optional<java.lang.Integer> signedUpAt)The time specified for when a contact signed upCreateContactRequest.WithExternalId._FinalStageunsubscribedFromEmails(java.lang.Boolean unsubscribedFromEmails)CreateContactRequest.WithExternalId._FinalStageunsubscribedFromEmails(java.util.Optional<java.lang.Boolean> unsubscribedFromEmails)Whether the contact is unsubscribed from emails
-
-
-
Method Detail
-
build
CreateContactRequest.WithExternalId build()
-
phone
CreateContactRequest.WithExternalId._FinalStage phone(java.util.Optional<java.lang.String> phone)
The contacts phone
-
phone
CreateContactRequest.WithExternalId._FinalStage phone(java.lang.String phone)
-
name
CreateContactRequest.WithExternalId._FinalStage name(java.util.Optional<java.lang.String> name)
The contacts name
-
name
CreateContactRequest.WithExternalId._FinalStage name(java.lang.String name)
-
avatar
CreateContactRequest.WithExternalId._FinalStage avatar(java.util.Optional<java.lang.String> avatar)
An image URL containing the avatar of a contact
-
avatar
CreateContactRequest.WithExternalId._FinalStage avatar(java.lang.String avatar)
-
signedUpAt
CreateContactRequest.WithExternalId._FinalStage signedUpAt(java.util.Optional<java.lang.Integer> signedUpAt)
The time specified for when a contact signed up
-
signedUpAt
CreateContactRequest.WithExternalId._FinalStage signedUpAt(java.lang.Integer signedUpAt)
-
lastSeenAt
CreateContactRequest.WithExternalId._FinalStage lastSeenAt(java.util.Optional<java.lang.Integer> lastSeenAt)
The time when the contact was last seen (either where the Intercom Messenger was installed or when specified manually)
-
lastSeenAt
CreateContactRequest.WithExternalId._FinalStage lastSeenAt(java.lang.Integer lastSeenAt)
-
ownerId
CreateContactRequest.WithExternalId._FinalStage ownerId(java.util.Optional<java.lang.Integer> ownerId)
The id of an admin that has been assigned account ownership of the contact
-
ownerId
CreateContactRequest.WithExternalId._FinalStage ownerId(java.lang.Integer ownerId)
-
unsubscribedFromEmails
CreateContactRequest.WithExternalId._FinalStage unsubscribedFromEmails(java.util.Optional<java.lang.Boolean> unsubscribedFromEmails)
Whether the contact is unsubscribed from emails
-
unsubscribedFromEmails
CreateContactRequest.WithExternalId._FinalStage unsubscribedFromEmails(java.lang.Boolean unsubscribedFromEmails)
-
customAttributes
CreateContactRequest.WithExternalId._FinalStage customAttributes(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> customAttributes)
The custom attributes which are set for the contact
-
customAttributes
CreateContactRequest.WithExternalId._FinalStage customAttributes(java.util.Map<java.lang.String,java.lang.Object> customAttributes)
-
-