Uses of Interface
com.sinch.sdk.domains.conversation.models.v1.contact.Contact
Package
Description
Conversation API interface for V1 endpoints
Conversation models for
Contact
Contact
response modelsConversation models for
CONTACT
sent onto callbacks-
Uses of Contact in com.sinch.sdk.domains.conversation.api.v1
Modifier and TypeMethodDescriptionContactService.create
(ContactCreateRequest contact) Create a ContactGet a ContactContactService.mergeContact
(String destinationId, String sourceId) Merge two Contacts.Updates a contact as specified by the contact ID. -
Uses of Contact in com.sinch.sdk.domains.conversation.models.v1.contact
-
Uses of Contact in com.sinch.sdk.domains.conversation.models.v1.contact.response
Modifier and TypeMethodDescriptionListContactsResponse.getContacts()
List of contacts belonging to the specified project.ContactListResponse.getContent()
Get the page items collection contentModifier and TypeMethodDescriptionListContactsResponse.Builder.setContacts
(List<Contact> contacts) see getterModifierConstructorDescriptionContactListResponse
(ContactService service, com.sinch.sdk.core.models.pagination.Page<ContactListRequest, Contact, String> page) Create paginated list response for Contacts -
Uses of Contact in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Modifier and TypeMethodDescriptionContactNotification.getContact()
Get contactContactMergeEventNotification.getDeletedContact()
Get deletedContactContactMergeEventNotification.getPreservedContact()
Get preservedContactModifier and TypeMethodDescriptionContactNotification.Builder.setContact
(Contact contact) see getterContactMergeEventNotification.Builder.setDeletedContact
(Contact deletedContact) see getterContactMergeEventNotification.Builder.setPreservedContact
(Contact preservedContact) see getter