Uses of Class
com.mypurecloud.sdk.v2.model.UtilizationLabelEntityListing
Packages that use UtilizationLabelEntityListing
-
Uses of UtilizationLabelEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UtilizationLabelEntityListingModifier and TypeMethodDescriptionRoutingApi.getRoutingUtilizationLabels(GetRoutingUtilizationLabelsRequest request) Get list of utilization labelsRoutingApi.getRoutingUtilizationLabels(Integer pageSize, Integer pageNumber, String sortOrder, String name) Get list of utilization labelsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type UtilizationLabelEntityListingModifier and TypeMethodDescriptionRoutingApi.getRoutingUtilizationLabels(ApiRequest<Void> request) Get list of utilization labelsRoutingApiAsync.getRoutingUtilizationLabelsAsync(GetRoutingUtilizationLabelsRequest request, AsyncApiCallback<UtilizationLabelEntityListing> callback) Get list of utilization labelsRoutingApiAsync.getRoutingUtilizationLabelsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UtilizationLabelEntityListing>> callback) Get list of utilization labelsRoutingApi.getRoutingUtilizationLabelsWithHttpInfo(Integer pageSize, Integer pageNumber, String sortOrder, String name) Get list of utilization labelsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UtilizationLabelEntityListingModifier and TypeMethodDescriptionRoutingApiAsync.getRoutingUtilizationLabelsAsync(GetRoutingUtilizationLabelsRequest request, AsyncApiCallback<UtilizationLabelEntityListing> callback) Get list of utilization labelsRoutingApiAsync.getRoutingUtilizationLabelsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UtilizationLabelEntityListing>> callback) Get list of utilization labels -
Uses of UtilizationLabelEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UtilizationLabelEntityListingModifier and TypeMethodDescriptionUtilizationLabelEntityListing.entities(List<UtilizationLabel> entities) UtilizationLabelEntityListing.pageNumber(Integer pageNumber) UtilizationLabelEntityListing.previousUri(String previousUri)