Uses of Class
com.mypurecloud.sdk.v2.model.ResponseSetEntityListing
Packages that use ResponseSetEntityListing
-
Uses of ResponseSetEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ResponseSetEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundCallanalysisresponsesets(GetOutboundCallanalysisresponsesetsRequest request) Query a list of dialer call analysis response sets.OutboundApi.getOutboundCallanalysisresponsesets(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query a list of dialer call analysis response sets.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ResponseSetEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundCallanalysisresponsesets(ApiRequest<Void> request) Query a list of dialer call analysis response sets.OutboundApiAsync.getOutboundCallanalysisresponsesetsAsync(GetOutboundCallanalysisresponsesetsRequest request, AsyncApiCallback<ResponseSetEntityListing> callback) Query a list of dialer call analysis response sets.OutboundApiAsync.getOutboundCallanalysisresponsesetsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ResponseSetEntityListing>> callback) Query a list of dialer call analysis response sets.OutboundApi.getOutboundCallanalysisresponsesetsWithHttpInfo(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query a list of dialer call analysis response sets.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ResponseSetEntityListingModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundCallanalysisresponsesetsAsync(GetOutboundCallanalysisresponsesetsRequest request, AsyncApiCallback<ResponseSetEntityListing> callback) Query a list of dialer call analysis response sets.OutboundApiAsync.getOutboundCallanalysisresponsesetsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ResponseSetEntityListing>> callback) Query a list of dialer call analysis response sets. -
Uses of ResponseSetEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ResponseSetEntityListingModifier and TypeMethodDescriptionResponseSetEntityListing.entities(List<ResponseSet> entities) ResponseSetEntityListing.pageNumber(Integer pageNumber) ResponseSetEntityListing.previousUri(String previousUri)