Uses of Class
com.mypurecloud.sdk.v2.model.KeyPerformanceIndicator
Packages that use KeyPerformanceIndicator
-
Uses of KeyPerformanceIndicator in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KeyPerformanceIndicatorModifier and TypeMethodDescriptionRoutingApi.getRoutingPredictorsKeyperformanceindicator(GetRoutingPredictorsKeyperformanceindicatorRequest request) Retrieve a single Key Performance Indicator.RoutingApi.getRoutingPredictorsKeyperformanceindicator(String kpiId, List<String> expand) Retrieve a single Key Performance Indicator.RoutingApi.patchRoutingPredictorsKeyperformanceindicator(PatchRoutingPredictorsKeyperformanceindicatorRequest request) Update a custom Key Performance Indicator.RoutingApi.patchRoutingPredictorsKeyperformanceindicator(String kpiId, UpdateKpiRequest body) Update a custom Key Performance Indicator.RoutingApi.postRoutingPredictorsKeyperformanceindicators(PostRoutingPredictorsKeyperformanceindicatorsRequest request) Create a custom Key Performance Indicator.RoutingApi.postRoutingPredictorsKeyperformanceindicators(CreateKpiRequest body) Create a custom Key Performance Indicator.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KeyPerformanceIndicatorModifier and TypeMethodDescriptionRoutingApi.getRoutingPredictorsKeyperformanceindicator(ApiRequest<Void> request) Retrieve a single Key Performance Indicator.RoutingApiAsync.getRoutingPredictorsKeyperformanceindicatorAsync(GetRoutingPredictorsKeyperformanceindicatorRequest request, AsyncApiCallback<KeyPerformanceIndicator> callback) Retrieve a single Key Performance Indicator.RoutingApiAsync.getRoutingPredictorsKeyperformanceindicatorAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KeyPerformanceIndicator>> callback) Retrieve a single Key Performance Indicator.RoutingApi.getRoutingPredictorsKeyperformanceindicators(GetRoutingPredictorsKeyperformanceindicatorsRequest request) Get a list of Key Performance IndicatorsRoutingApi.getRoutingPredictorsKeyperformanceindicators(ApiRequest<Void> request) Get a list of Key Performance IndicatorsRoutingApi.getRoutingPredictorsKeyperformanceindicators(String kpiGroup, List<String> expand) Get a list of Key Performance IndicatorsRoutingApiAsync.getRoutingPredictorsKeyperformanceindicatorsAsync(GetRoutingPredictorsKeyperformanceindicatorsRequest request, AsyncApiCallback<List<KeyPerformanceIndicator>> callback) Get a list of Key Performance IndicatorsRoutingApiAsync.getRoutingPredictorsKeyperformanceindicatorsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<KeyPerformanceIndicator>>> callback) Get a list of Key Performance IndicatorsRoutingApi.getRoutingPredictorsKeyperformanceindicatorsWithHttpInfo(String kpiGroup, List<String> expand) Get a list of Key Performance IndicatorsRoutingApi.getRoutingPredictorsKeyperformanceindicatorWithHttpInfo(String kpiId, List<String> expand) Retrieve a single Key Performance Indicator.RoutingApi.patchRoutingPredictorsKeyperformanceindicator(ApiRequest<UpdateKpiRequest> request) Update a custom Key Performance Indicator.RoutingApiAsync.patchRoutingPredictorsKeyperformanceindicatorAsync(PatchRoutingPredictorsKeyperformanceindicatorRequest request, AsyncApiCallback<KeyPerformanceIndicator> callback) Update a custom Key Performance Indicator.RoutingApiAsync.patchRoutingPredictorsKeyperformanceindicatorAsync(ApiRequest<UpdateKpiRequest> request, AsyncApiCallback<ApiResponse<KeyPerformanceIndicator>> callback) Update a custom Key Performance Indicator.RoutingApi.patchRoutingPredictorsKeyperformanceindicatorWithHttpInfo(String kpiId, UpdateKpiRequest body) Update a custom Key Performance Indicator.RoutingApi.postRoutingPredictorsKeyperformanceindicators(ApiRequest<CreateKpiRequest> request) Create a custom Key Performance Indicator.RoutingApiAsync.postRoutingPredictorsKeyperformanceindicatorsAsync(PostRoutingPredictorsKeyperformanceindicatorsRequest request, AsyncApiCallback<KeyPerformanceIndicator> callback) Create a custom Key Performance Indicator.RoutingApiAsync.postRoutingPredictorsKeyperformanceindicatorsAsync(ApiRequest<CreateKpiRequest> request, AsyncApiCallback<ApiResponse<KeyPerformanceIndicator>> callback) Create a custom Key Performance Indicator.Create a custom Key Performance Indicator.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KeyPerformanceIndicatorModifier and TypeMethodDescriptionRoutingApiAsync.getRoutingPredictorsKeyperformanceindicatorAsync(GetRoutingPredictorsKeyperformanceindicatorRequest request, AsyncApiCallback<KeyPerformanceIndicator> callback) Retrieve a single Key Performance Indicator.RoutingApiAsync.getRoutingPredictorsKeyperformanceindicatorAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KeyPerformanceIndicator>> callback) Retrieve a single Key Performance Indicator.RoutingApiAsync.getRoutingPredictorsKeyperformanceindicatorsAsync(GetRoutingPredictorsKeyperformanceindicatorsRequest request, AsyncApiCallback<List<KeyPerformanceIndicator>> callback) Get a list of Key Performance IndicatorsRoutingApiAsync.getRoutingPredictorsKeyperformanceindicatorsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<KeyPerformanceIndicator>>> callback) Get a list of Key Performance IndicatorsRoutingApiAsync.patchRoutingPredictorsKeyperformanceindicatorAsync(PatchRoutingPredictorsKeyperformanceindicatorRequest request, AsyncApiCallback<KeyPerformanceIndicator> callback) Update a custom Key Performance Indicator.RoutingApiAsync.patchRoutingPredictorsKeyperformanceindicatorAsync(ApiRequest<UpdateKpiRequest> request, AsyncApiCallback<ApiResponse<KeyPerformanceIndicator>> callback) Update a custom Key Performance Indicator.RoutingApiAsync.postRoutingPredictorsKeyperformanceindicatorsAsync(PostRoutingPredictorsKeyperformanceindicatorsRequest request, AsyncApiCallback<KeyPerformanceIndicator> callback) Create a custom Key Performance Indicator.RoutingApiAsync.postRoutingPredictorsKeyperformanceindicatorsAsync(ApiRequest<CreateKpiRequest> request, AsyncApiCallback<ApiResponse<KeyPerformanceIndicator>> callback) Create a custom Key Performance Indicator.