Uses of Class
com.mypurecloud.sdk.v2.model.Room
Packages that use Room
-
Uses of Room in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RoomModifier and TypeMethodDescriptionChatApi.getChatsRoom(GetChatsRoomRequest request) Get a roomChatApi.getChatsRoom(String roomJid) Get a roomMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type RoomModifier and TypeMethodDescriptionChatApi.getChatsRoom(ApiRequest<Void> request) Get a roomChatApiAsync.getChatsRoomAsync(GetChatsRoomRequest request, AsyncApiCallback<Room> callback) Get a roomChatApiAsync.getChatsRoomAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Room>> callback) Get a roomChatApi.getChatsRoomWithHttpInfo(String roomJid) Get a roomMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RoomModifier and TypeMethodDescriptionChatApiAsync.getChatsRoomAsync(GetChatsRoomRequest request, AsyncApiCallback<Room> callback) Get a roomChatApiAsync.getChatsRoomAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Room>> callback) Get a room -
Uses of Room in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoomModifier and TypeMethodDescriptionRoom.dateCreated(Date dateCreated) Room's created time.Room.description(String description) Room's descriptionChatItem.getRoom()The jid of the roomRoom.owners(List<UserReference> owners) Room's ownersRoom.participantLimit(Integer participantLimit) Room's size limitRoom.pinnedMessages(List<AddressableEntityRef> pinnedMessages) Room's pinned messagesRoom.roomType(Room.RoomTypeEnum roomType) The type of roomRoom's subjectMethods in com.mypurecloud.sdk.v2.model with parameters of type Room