Uses of Class
com.mypurecloud.sdk.v2.api.request.GetChatsRoomMessageRequest
Packages that use GetChatsRoomMessageRequest
-
Uses of GetChatsRoomMessageRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetChatsRoomMessageRequestModifier and TypeMethodDescriptionChatApi.getChatsRoomMessage(GetChatsRoomMessageRequest request) Get messages by id(s) from a roomChatApiAsync.getChatsRoomMessageAsync(GetChatsRoomMessageRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get messages by id(s) from a room -
Uses of GetChatsRoomMessageRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetChatsRoomMessageRequestModifier and TypeMethodDescriptionGetChatsRoomMessageRequest.Builder.build()GetChatsRoomMessageRequest.withCustomHeader(String name, String value) GetChatsRoomMessageRequest.withMessageIds(String messageIds) GetChatsRoomMessageRequest.withRoomJid(String roomJid)