Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOutboundAttemptlimitsRequest
Packages that use GetOutboundAttemptlimitsRequest
-
Uses of GetOutboundAttemptlimitsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOutboundAttemptlimitsRequestModifier and TypeMethodDescriptionOutboundApi.getOutboundAttemptlimits(GetOutboundAttemptlimitsRequest request) Query attempt limits listOutboundApiAsync.getOutboundAttemptlimitsAsync(GetOutboundAttemptlimitsRequest request, AsyncApiCallback<AttemptLimitsEntityListing> callback) Query attempt limits list -
Uses of GetOutboundAttemptlimitsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOutboundAttemptlimitsRequestModifier and TypeMethodDescriptionGetOutboundAttemptlimitsRequest.Builder.build()GetOutboundAttemptlimitsRequest.withAllowEmptyResult(Boolean allowEmptyResult) GetOutboundAttemptlimitsRequest.withCustomHeader(String name, String value) GetOutboundAttemptlimitsRequest.withFilterType(String filterType) GetOutboundAttemptlimitsRequest.withPageNumber(Integer pageNumber) GetOutboundAttemptlimitsRequest.withPageSize(Integer pageSize) GetOutboundAttemptlimitsRequest.withSortBy(String sortBy) GetOutboundAttemptlimitsRequest.withSortOrder(String sortOrder)