Uses of Class
com.mypurecloud.sdk.v2.model.AttemptLimitsEntityListing
Packages that use AttemptLimitsEntityListing
-
Uses of AttemptLimitsEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AttemptLimitsEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundAttemptlimits(GetOutboundAttemptlimitsRequest request) Query attempt limits listOutboundApi.getOutboundAttemptlimits(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query attempt limits listMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AttemptLimitsEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundAttemptlimits(ApiRequest<Void> request) Query attempt limits listOutboundApiAsync.getOutboundAttemptlimitsAsync(GetOutboundAttemptlimitsRequest request, AsyncApiCallback<AttemptLimitsEntityListing> callback) Query attempt limits listOutboundApiAsync.getOutboundAttemptlimitsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AttemptLimitsEntityListing>> callback) Query attempt limits listOutboundApi.getOutboundAttemptlimitsWithHttpInfo(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query attempt limits listMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AttemptLimitsEntityListingModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundAttemptlimitsAsync(GetOutboundAttemptlimitsRequest request, AsyncApiCallback<AttemptLimitsEntityListing> callback) Query attempt limits listOutboundApiAsync.getOutboundAttemptlimitsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AttemptLimitsEntityListing>> callback) Query attempt limits list -
Uses of AttemptLimitsEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AttemptLimitsEntityListingModifier and TypeMethodDescriptionAttemptLimitsEntityListing.entities(List<AttemptLimits> entities) AttemptLimitsEntityListing.pageNumber(Integer pageNumber) AttemptLimitsEntityListing.previousUri(String previousUri)