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