Uses of Class
com.mypurecloud.sdk.v2.model.ConversationEntityListing
Packages that use ConversationEntityListing
-
Uses of ConversationEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ConversationEntityListingModifier and TypeMethodDescriptionConversationsApi.getConversations(GetConversationsRequest request) Get active conversations for the logged in userConversationsApi.getConversations(String communicationType) Get active conversations for the logged in userMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ConversationEntityListingModifier and TypeMethodDescriptionConversationsApi.getConversations(ApiRequest<Void> request) Get active conversations for the logged in userConversationsApiAsync.getConversationsAsync(GetConversationsRequest request, AsyncApiCallback<ConversationEntityListing> callback) Get active conversations for the logged in userConversationsApiAsync.getConversationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationEntityListing>> callback) Get active conversations for the logged in userConversationsApi.getConversationsWithHttpInfo(String communicationType) Get active conversations for the logged in userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConversationEntityListingModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsAsync(GetConversationsRequest request, AsyncApiCallback<ConversationEntityListing> callback) Get active conversations for the logged in userConversationsApiAsync.getConversationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationEntityListing>> callback) Get active conversations for the logged in user -
Uses of ConversationEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEntityListingModifier and TypeMethodDescriptionConversationEntityListing.entities(List<Conversation> entities) ConversationEntityListing.pageNumber(Integer pageNumber) ConversationEntityListing.previousUri(String previousUri)