Interface UpdateContactRequest._FinalStage
- All Known Implementing Classes:
UpdateContactRequest.Builder
- Enclosing class:
UpdateContactRequest
public static interface UpdateContactRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customAttributes(Map<String, Object> customAttributes) customAttributes(Optional<Map<String, Object>> customAttributes) externalId(String externalId) externalId(Optional<String> externalId) lastSeenAt(Integer lastSeenAt) lastSeenAt(Optional<Integer> lastSeenAt) signedUpAt(Integer signedUpAt) signedUpAt(Optional<Integer> signedUpAt) unsubscribedFromEmails(Boolean unsubscribedFromEmails) unsubscribedFromEmails(Optional<Boolean> unsubscribedFromEmails)
-
Method Details
-
build
UpdateContactRequest build() -
role
-
role
-
externalId
-
externalId
-
email
-
email
-
phone
-
phone
-
name
-
name
-
avatar
-
avatar
-
signedUpAt
-
signedUpAt
-
lastSeenAt
-
lastSeenAt
-
ownerId
-
ownerId
-
unsubscribedFromEmails
-
unsubscribedFromEmails
-
customAttributes
-
customAttributes
-