Uses of Class
com.mypurecloud.sdk.v2.model.CalibrationEntityListing
Packages that use CalibrationEntityListing
-
Uses of CalibrationEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CalibrationEntityListingModifier and TypeMethodDescriptionQualityApi.getQualityCalibrations(GetQualityCalibrationsRequest request) Get the list of calibrations NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.QualityApi.getQualityCalibrations(String calibratorId, Integer pageSize, Integer pageNumber, String sortBy, List<String> expand, String nextPage, String previousPage, String conversationId, Date startTime, Date endTime) Get the list of calibrations NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CalibrationEntityListingModifier and TypeMethodDescriptionQualityApi.getQualityCalibrations(ApiRequest<Void> request) Get the list of calibrations NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.QualityApiAsync.getQualityCalibrationsAsync(GetQualityCalibrationsRequest request, AsyncApiCallback<CalibrationEntityListing> callback) Get the list of calibrations NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.QualityApiAsync.getQualityCalibrationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CalibrationEntityListing>> callback) Get the list of calibrations NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.QualityApi.getQualityCalibrationsWithHttpInfo(String calibratorId, Integer pageSize, Integer pageNumber, String sortBy, List<String> expand, String nextPage, String previousPage, String conversationId, Date startTime, Date endTime) Get the list of calibrations NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CalibrationEntityListingModifier and TypeMethodDescriptionQualityApiAsync.getQualityCalibrationsAsync(GetQualityCalibrationsRequest request, AsyncApiCallback<CalibrationEntityListing> callback) Get the list of calibrations NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.QualityApiAsync.getQualityCalibrationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CalibrationEntityListing>> callback) Get the list of calibrations NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch. -
Uses of CalibrationEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CalibrationEntityListingModifier and TypeMethodDescriptionCalibrationEntityListing.entities(List<Calibration> entities) CalibrationEntityListing.pageNumber(Integer pageNumber) CalibrationEntityListing.previousUri(String previousUri)