Uses of Class
com.mypurecloud.sdk.v2.api.request.GetChatsRoomParticipantRequest
Packages that use GetChatsRoomParticipantRequest
-
Uses of GetChatsRoomParticipantRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetChatsRoomParticipantRequestModifier and TypeMethodDescriptionChatApi.getChatsRoomParticipant(GetChatsRoomParticipantRequest request) Get a room participantChatApiAsync.getChatsRoomParticipantAsync(GetChatsRoomParticipantRequest request, AsyncApiCallback<RoomParticipant> callback) Get a room participant -
Uses of GetChatsRoomParticipantRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetChatsRoomParticipantRequestModifier and TypeMethodDescriptionGetChatsRoomParticipantRequest.Builder.build()GetChatsRoomParticipantRequest.withCustomHeader(String name, String value) GetChatsRoomParticipantRequest.withParticipantJid(String participantJid) GetChatsRoomParticipantRequest.withRoomJid(String roomJid)