Uses of Class
com.mypurecloud.sdk.v2.model.ChatMessageEntityListing
Packages that use ChatMessageEntityListing
-
Uses of ChatMessageEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ChatMessageEntityListingModifier and TypeMethodDescriptionChatApi.getChatsRoomMessage(GetChatsRoomMessageRequest request) Get messages by id(s) from a roomChatApi.getChatsRoomMessage(String roomJid, String messageIds) Get messages by id(s) from a roomChatApi.getChatsRoomMessages(GetChatsRoomMessagesRequest request) Get a room's message historyChatApi.getChatsRoomMessages(String roomJid, String limit, String before, String after, Boolean excludeMetadata) Get a room's message historyChatApi.getChatsThreadMessages(GetChatsThreadMessagesRequest request) Get history by threadChatApi.getChatsThreadMessages(String threadId, String limit, String before, String after, Boolean excludeMetadata) Get history by threadChatApi.getChatsUserMessage(GetChatsUserMessageRequest request) Get messages by id(s) from a 1on1ChatApi.getChatsUserMessage(String userId, String messageIds) Get messages by id(s) from a 1on1Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ChatMessageEntityListingModifier and TypeMethodDescriptionChatApi.getChatsRoomMessage(ApiRequest<Void> request) Get messages by id(s) from a roomChatApiAsync.getChatsRoomMessageAsync(GetChatsRoomMessageRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get messages by id(s) from a roomChatApiAsync.getChatsRoomMessageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageEntityListing>> callback) Get messages by id(s) from a roomChatApi.getChatsRoomMessages(ApiRequest<Void> request) Get a room's message historyChatApiAsync.getChatsRoomMessagesAsync(GetChatsRoomMessagesRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get a room's message historyChatApiAsync.getChatsRoomMessagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageEntityListing>> callback) Get a room's message historyChatApi.getChatsRoomMessagesWithHttpInfo(String roomJid, String limit, String before, String after, Boolean excludeMetadata) Get a room's message historyChatApi.getChatsRoomMessageWithHttpInfo(String roomJid, String messageIds) Get messages by id(s) from a roomChatApi.getChatsThreadMessages(ApiRequest<Void> request) Get history by threadChatApiAsync.getChatsThreadMessagesAsync(GetChatsThreadMessagesRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get history by threadChatApiAsync.getChatsThreadMessagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageEntityListing>> callback) Get history by threadChatApi.getChatsThreadMessagesWithHttpInfo(String threadId, String limit, String before, String after, Boolean excludeMetadata) Get history by threadChatApi.getChatsUserMessage(ApiRequest<Void> request) Get messages by id(s) from a 1on1ChatApiAsync.getChatsUserMessageAsync(GetChatsUserMessageRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get messages by id(s) from a 1on1ChatApiAsync.getChatsUserMessageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageEntityListing>> callback) Get messages by id(s) from a 1on1ChatApi.getChatsUserMessageWithHttpInfo(String userId, String messageIds) Get messages by id(s) from a 1on1Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChatMessageEntityListingModifier and TypeMethodDescriptionChatApiAsync.getChatsRoomMessageAsync(GetChatsRoomMessageRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get messages by id(s) from a roomChatApiAsync.getChatsRoomMessageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageEntityListing>> callback) Get messages by id(s) from a roomChatApiAsync.getChatsRoomMessagesAsync(GetChatsRoomMessagesRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get a room's message historyChatApiAsync.getChatsRoomMessagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageEntityListing>> callback) Get a room's message historyChatApiAsync.getChatsThreadMessagesAsync(GetChatsThreadMessagesRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get history by threadChatApiAsync.getChatsThreadMessagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageEntityListing>> callback) Get history by threadChatApiAsync.getChatsUserMessageAsync(GetChatsUserMessageRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get messages by id(s) from a 1on1ChatApiAsync.getChatsUserMessageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageEntityListing>> callback) Get messages by id(s) from a 1on1 -
Uses of ChatMessageEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChatMessageEntityListingModifier and TypeMethodDescriptionChatMessageEntityListing.entities(List<ChatMessageResponse> entities)