Uses of Class
com.mypurecloud.sdk.v2.api.request.GetConversationCommunicationInternalmessagesRequest
Packages that use GetConversationCommunicationInternalmessagesRequest
-
Uses of GetConversationCommunicationInternalmessagesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetConversationCommunicationInternalmessagesRequestModifier and TypeMethodDescriptionConversationsApi.getConversationCommunicationInternalmessages(GetConversationCommunicationInternalmessagesRequest request) Get messages for communicationConversationsApiAsync.getConversationCommunicationInternalmessagesAsync(GetConversationCommunicationInternalmessagesRequest request, AsyncApiCallback<InternalMessageDataEntityListing> callback) Get messages for communication -
Uses of GetConversationCommunicationInternalmessagesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetConversationCommunicationInternalmessagesRequestModifier and TypeMethodDescriptionGetConversationCommunicationInternalmessagesRequest.Builder.build()GetConversationCommunicationInternalmessagesRequest.withCommunicationId(String communicationId) GetConversationCommunicationInternalmessagesRequest.withConversationId(String conversationId) GetConversationCommunicationInternalmessagesRequest.withCustomHeader(String name, String value) GetConversationCommunicationInternalmessagesRequest.withPageNumber(Integer pageNumber) GetConversationCommunicationInternalmessagesRequest.withPageSize(Integer pageSize)