Uses of Class
com.mypurecloud.sdk.v2.model.UpdateKpiRequest
Packages that use UpdateKpiRequest
Package
Description
-
Uses of UpdateKpiRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateKpiRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingPredictorsKeyperformanceindicator(String kpiId, UpdateKpiRequest body) Update a custom Key Performance Indicator.RoutingApi.patchRoutingPredictorsKeyperformanceindicatorWithHttpInfo(String kpiId, UpdateKpiRequest body) Update a custom Key Performance Indicator.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateKpiRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingPredictorsKeyperformanceindicator(ApiRequest<UpdateKpiRequest> request) Update a custom Key Performance Indicator.RoutingApiAsync.patchRoutingPredictorsKeyperformanceindicatorAsync(ApiRequest<UpdateKpiRequest> request, AsyncApiCallback<ApiResponse<KeyPerformanceIndicator>> callback) Update a custom Key Performance Indicator. -
Uses of UpdateKpiRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateKpiRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateKpiRequestModifier and TypeMethodDescriptionPatchRoutingPredictorsKeyperformanceindicatorRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateKpiRequestModifier and TypeMethodDescriptionvoidPatchRoutingPredictorsKeyperformanceindicatorRequest.setBody(UpdateKpiRequest body) PatchRoutingPredictorsKeyperformanceindicatorRequest.Builder.withBody(UpdateKpiRequest body) PatchRoutingPredictorsKeyperformanceindicatorRequest.withBody(UpdateKpiRequest body) -
Uses of UpdateKpiRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateKpiRequestModifier and TypeMethodDescriptionUpdateKpiRequest.description(String description) The description of the Key Performance Indicator.The name of the Key Performance Indicator.UpdateKpiRequest.status(UpdateKpiRequest.StatusEnum status) Key Performance Indicator status which can be Enabled or Disabled.