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
Modifier and TypeMethodDescriptionbuild()customAttributes(Map<String, Object> customAttributes) customAttributes(Optional<Map<String, Object>> customAttributes) lastSeenAt(Integer lastSeenAt) lastSeenAt(Optional<Integer> lastSeenAt) signedUpAt(Integer signedUpAt) signedUpAt(Optional<Integer> signedUpAt) unsubscribedFromEmails(Boolean unsubscribedFromEmails) unsubscribedFromEmails(Optional<Boolean> unsubscribedFromEmails)
-
Method Details
-
build
-
phone
-
phone
-
name
-
name
-
avatar
-
avatar
-
signedUpAt
-
signedUpAt
-
lastSeenAt
-
lastSeenAt
-
ownerId
-
ownerId
-
unsubscribedFromEmails
CreateContactRequest.WithExternalId._FinalStage unsubscribedFromEmails(Optional<Boolean> unsubscribedFromEmails) -
unsubscribedFromEmails
CreateContactRequest.WithExternalId._FinalStage unsubscribedFromEmails(Boolean unsubscribedFromEmails) -
customAttributes
CreateContactRequest.WithExternalId._FinalStage customAttributes(Optional<Map<String, Object>> customAttributes) -
customAttributes
CreateContactRequest.WithExternalId._FinalStage customAttributes(Map<String, Object> customAttributes)
-