Uses of Class
com.mypurecloud.sdk.v2.model.CallHistoryConversationEntityListing
Packages that use CallHistoryConversationEntityListing
-
Uses of CallHistoryConversationEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CallHistoryConversationEntityListingModifier and TypeMethodDescriptionConversationsApi.getConversationsCallsHistory(GetConversationsCallsHistoryRequest request) Get call historyConversationsApi.getConversationsCallsHistory(Integer pageSize, Integer pageNumber, String interval, List<String> expand) Get call historyMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CallHistoryConversationEntityListingModifier and TypeMethodDescriptionConversationsApi.getConversationsCallsHistory(ApiRequest<Void> request) Get call historyConversationsApiAsync.getConversationsCallsHistoryAsync(GetConversationsCallsHistoryRequest request, AsyncApiCallback<CallHistoryConversationEntityListing> callback) Get call historyConversationsApiAsync.getConversationsCallsHistoryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CallHistoryConversationEntityListing>> callback) Get call historyConversationsApi.getConversationsCallsHistoryWithHttpInfo(Integer pageSize, Integer pageNumber, String interval, List<String> expand) Get call historyMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CallHistoryConversationEntityListingModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsCallsHistoryAsync(GetConversationsCallsHistoryRequest request, AsyncApiCallback<CallHistoryConversationEntityListing> callback) Get call historyConversationsApiAsync.getConversationsCallsHistoryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CallHistoryConversationEntityListing>> callback) Get call history -
Uses of CallHistoryConversationEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallHistoryConversationEntityListingModifier and TypeMethodDescriptionCallHistoryConversationEntityListing.entities(List<CallHistoryConversation> entities) CallHistoryConversationEntityListing.pageNumber(Integer pageNumber) CallHistoryConversationEntityListing.previousUri(String previousUri)