Uses of Class
com.mypurecloud.sdk.v2.model.ChatItemCursorListing
Packages that use ChatItemCursorListing
-
Uses of ChatItemCursorListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ChatItemCursorListingModifier and TypeMethodDescriptionUsersApi.getUsersChatsMe(GetUsersChatsMeRequest request) Get chats for a userUsersApi.getUsersChatsMe(Boolean excludeClosed, Boolean includePresence, Boolean includeRoomOwners, String after) Get chats for a userMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ChatItemCursorListingModifier and TypeMethodDescriptionUsersApi.getUsersChatsMe(ApiRequest<Void> request) Get chats for a userUsersApiAsync.getUsersChatsMeAsync(GetUsersChatsMeRequest request, AsyncApiCallback<ChatItemCursorListing> callback) Get chats for a userUsersApiAsync.getUsersChatsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatItemCursorListing>> callback) Get chats for a userUsersApi.getUsersChatsMeWithHttpInfo(Boolean excludeClosed, Boolean includePresence, Boolean includeRoomOwners, String after) Get chats for a userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChatItemCursorListingModifier and TypeMethodDescriptionUsersApiAsync.getUsersChatsMeAsync(GetUsersChatsMeRequest request, AsyncApiCallback<ChatItemCursorListing> callback) Get chats for a userUsersApiAsync.getUsersChatsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatItemCursorListing>> callback) Get chats for a user -
Uses of ChatItemCursorListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChatItemCursorListing