Uses of Class
com.mypurecloud.sdk.v2.model.RoomParticipantsResponse
Packages that use RoomParticipantsResponse
-
Uses of RoomParticipantsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RoomParticipantsResponseModifier and TypeMethodDescriptionChatApi.getChatsRoomParticipants(GetChatsRoomParticipantsRequest request) Get room participants in a roomChatApi.getChatsRoomParticipants(String roomJid, Boolean notify) Get room participants in a roomMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type RoomParticipantsResponseModifier and TypeMethodDescriptionChatApi.getChatsRoomParticipants(ApiRequest<Void> request) Get room participants in a roomChatApiAsync.getChatsRoomParticipantsAsync(GetChatsRoomParticipantsRequest request, AsyncApiCallback<RoomParticipantsResponse> callback) Get room participants in a roomChatApiAsync.getChatsRoomParticipantsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RoomParticipantsResponse>> callback) Get room participants in a roomChatApi.getChatsRoomParticipantsWithHttpInfo(String roomJid, Boolean notify) Get room participants in a roomMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RoomParticipantsResponseModifier and TypeMethodDescriptionChatApiAsync.getChatsRoomParticipantsAsync(GetChatsRoomParticipantsRequest request, AsyncApiCallback<RoomParticipantsResponse> callback) Get room participants in a roomChatApiAsync.getChatsRoomParticipantsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RoomParticipantsResponse>> callback) Get room participants in a room -
Uses of RoomParticipantsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoomParticipantsResponseModifier and TypeMethodDescriptionRoomParticipantsResponse.participants(List<RoomParticipantResponse> participants) list of room participants