Uses of Class
com.mypurecloud.sdk.v2.model.TextMessageListing
Packages that use TextMessageListing
-
Uses of TextMessageListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TextMessageListingModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageMessagesBulk(PostConversationsMessageMessagesBulkRequest request) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered.ConversationsApi.postConversationsMessageMessagesBulk(String conversationId, Boolean useNormalizedMessage, List<String> body) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TextMessageListingModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageMessagesBulk(ApiRequest<List<String>> request) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered.ConversationsApiAsync.postConversationsMessageMessagesBulkAsync(PostConversationsMessageMessagesBulkRequest request, AsyncApiCallback<TextMessageListing> callback) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered.ConversationsApiAsync.postConversationsMessageMessagesBulkAsync(ApiRequest<List<String>> request, AsyncApiCallback<ApiResponse<TextMessageListing>> callback) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered.ConversationsApi.postConversationsMessageMessagesBulkWithHttpInfo(String conversationId, Boolean useNormalizedMessage, List<String> body) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TextMessageListingModifier and TypeMethodDescriptionConversationsApiAsync.postConversationsMessageMessagesBulkAsync(PostConversationsMessageMessagesBulkRequest request, AsyncApiCallback<TextMessageListing> callback) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered.ConversationsApiAsync.postConversationsMessageMessagesBulkAsync(ApiRequest<List<String>> request, AsyncApiCallback<ApiResponse<TextMessageListing>> callback) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered. -
Uses of TextMessageListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextMessageListing