Uses of Class
com.mypurecloud.sdk.v2.api.request.GetChatsRoomMessagesRequest
Packages that use GetChatsRoomMessagesRequest
-
Uses of GetChatsRoomMessagesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetChatsRoomMessagesRequestModifier and TypeMethodDescriptionChatApi.getChatsRoomMessages(GetChatsRoomMessagesRequest request) Get a room's message historyChatApiAsync.getChatsRoomMessagesAsync(GetChatsRoomMessagesRequest request, AsyncApiCallback<ChatMessageEntityListing> callback) Get a room's message history -
Uses of GetChatsRoomMessagesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetChatsRoomMessagesRequestModifier and TypeMethodDescriptionGetChatsRoomMessagesRequest.Builder.build()GetChatsRoomMessagesRequest.withBefore(String before) GetChatsRoomMessagesRequest.withCustomHeader(String name, String value) GetChatsRoomMessagesRequest.withExcludeMetadata(Boolean excludeMetadata) GetChatsRoomMessagesRequest.withRoomJid(String roomJid)