Uses of Enum
com.sinch.sdk.domains.conversation.api.v1.MessagesService.MessageSource
Package
Description
Conversation API interface for V1 endpoints
Messages
request models-
Uses of MessagesService.MessageSource in com.sinch.sdk.domains.conversation.api.v1
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MessagesService.MessageSource[]
MessagesService.MessageSource.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MessagesService.delete
(String messageId, MessagesService.MessageSource messageSource) Delete a specific message by its ID.MessagesService.get
(String messageId, MessagesService.MessageSource messageSource) Retrieves a specific message by its ID.MessagesService.update
(String messageId, MessagesService.MessageSource messageSource, MessageUpdateRequest request) Update a specific message by its ID. -
Uses of MessagesService.MessageSource in com.sinch.sdk.domains.conversation.models.v1.messages.request
Modifier and TypeMethodDescriptionMessagesListRequest.getMessagesSource()
Specifies the message source for which the request will be processed.Modifier and TypeMethodDescriptionMessagesListRequest.Builder.setMessagesSource
(MessagesService.MessageSource source) see getter