Uses of Class
com.mypurecloud.sdk.v2.api.request.GetConversationsCallsHistoryRequest
Packages that use GetConversationsCallsHistoryRequest
-
Uses of GetConversationsCallsHistoryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetConversationsCallsHistoryRequestModifier and TypeMethodDescriptionConversationsApi.getConversationsCallsHistory(GetConversationsCallsHistoryRequest request) Get call historyConversationsApiAsync.getConversationsCallsHistoryAsync(GetConversationsCallsHistoryRequest request, AsyncApiCallback<CallHistoryConversationEntityListing> callback) Get call history -
Uses of GetConversationsCallsHistoryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetConversationsCallsHistoryRequestModifier and TypeMethodDescriptionGetConversationsCallsHistoryRequest.Builder.build()GetConversationsCallsHistoryRequest.withCustomHeader(String name, String value) GetConversationsCallsHistoryRequest.withExpand(List<String> expand) GetConversationsCallsHistoryRequest.withInterval(String interval) GetConversationsCallsHistoryRequest.withPageNumber(Integer pageNumber) GetConversationsCallsHistoryRequest.withPageSize(Integer pageSize)