Uses of Class
com.mypurecloud.sdk.v2.model.InternalMessageData
Packages that use InternalMessageData
-
Uses of InternalMessageData in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return InternalMessageDataModifier and TypeMethodDescriptionConversationsApi.getConversationCommunicationInternalmessage(GetConversationCommunicationInternalmessageRequest request) Get messageConversationsApi.getConversationCommunicationInternalmessage(String conversationId, String communicationId, String messageId) Get messageConversationsApi.postConversationCommunicationInternalmessages(PostConversationCommunicationInternalmessagesRequest request) Send internal message Send a new internal message for an existing communication.ConversationsApi.postConversationCommunicationInternalmessages(String conversationId, String communicationId, InternalMessageRequest body) Send internal message Send a new internal message for an existing communication.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type InternalMessageDataModifier and TypeMethodDescriptionConversationsApi.getConversationCommunicationInternalmessage(ApiRequest<Void> request) Get messageConversationsApiAsync.getConversationCommunicationInternalmessageAsync(GetConversationCommunicationInternalmessageRequest request, AsyncApiCallback<InternalMessageData> callback) Get messageConversationsApiAsync.getConversationCommunicationInternalmessageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<InternalMessageData>> callback) Get messageConversationsApi.getConversationCommunicationInternalmessageWithHttpInfo(String conversationId, String communicationId, String messageId) Get messageConversationsApi.postConversationCommunicationInternalmessages(ApiRequest<InternalMessageRequest> request) Send internal message Send a new internal message for an existing communication.ConversationsApiAsync.postConversationCommunicationInternalmessagesAsync(PostConversationCommunicationInternalmessagesRequest request, AsyncApiCallback<InternalMessageData> callback) Send internal message Send a new internal message for an existing communication.ConversationsApiAsync.postConversationCommunicationInternalmessagesAsync(ApiRequest<InternalMessageRequest> request, AsyncApiCallback<ApiResponse<InternalMessageData>> callback) Send internal message Send a new internal message for an existing communication.ConversationsApi.postConversationCommunicationInternalmessagesWithHttpInfo(String conversationId, String communicationId, InternalMessageRequest body) Send internal message Send a new internal message for an existing communication.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type InternalMessageDataModifier and TypeMethodDescriptionConversationsApiAsync.getConversationCommunicationInternalmessageAsync(GetConversationCommunicationInternalmessageRequest request, AsyncApiCallback<InternalMessageData> callback) Get messageConversationsApiAsync.getConversationCommunicationInternalmessageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<InternalMessageData>> callback) Get messageConversationsApiAsync.postConversationCommunicationInternalmessagesAsync(PostConversationCommunicationInternalmessagesRequest request, AsyncApiCallback<InternalMessageData> callback) Send internal message Send a new internal message for an existing communication.ConversationsApiAsync.postConversationCommunicationInternalmessagesAsync(ApiRequest<InternalMessageRequest> request, AsyncApiCallback<ApiResponse<InternalMessageData>> callback) Send internal message Send a new internal message for an existing communication. -
Uses of InternalMessageData in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InternalMessageDataModifier and TypeMethodDescriptionInternalMessageData.communicationId(String communicationId) The id of the communication of this message.InternalMessageData.conversation(AddressableEntityRef conversation) The conversation of this message.InternalMessageData.recipient(UserReference recipient) The recipient of the text message.InternalMessageData.sender(UserReference sender) The sender of the text message.The time when the message was received or sent.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type InternalMessageDataMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type InternalMessageDataModifier and TypeMethodDescriptionInternalMessageDataEntityListing.entities(List<InternalMessageData> entities) voidInternalMessageDataEntityListing.setEntities(List<InternalMessageData> entities)