Uses of Class
com.mypurecloud.sdk.v2.model.CreateKpiRequest
Packages that use CreateKpiRequest
Package
Description
-
Uses of CreateKpiRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateKpiRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingPredictorsKeyperformanceindicators(CreateKpiRequest body) 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 CreateKpiRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingPredictorsKeyperformanceindicators(ApiRequest<CreateKpiRequest> request) Create a custom Key Performance Indicator.RoutingApiAsync.postRoutingPredictorsKeyperformanceindicatorsAsync(ApiRequest<CreateKpiRequest> request, AsyncApiCallback<ApiResponse<KeyPerformanceIndicator>> callback) Create a custom Key Performance Indicator. -
Uses of CreateKpiRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateKpiRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateKpiRequestModifier and TypeMethodDescriptionPostRoutingPredictorsKeyperformanceindicatorsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateKpiRequestModifier and TypeMethodDescriptionPostRoutingPredictorsKeyperformanceindicatorsRequest.builder(CreateKpiRequest body) voidPostRoutingPredictorsKeyperformanceindicatorsRequest.setBody(CreateKpiRequest body) PostRoutingPredictorsKeyperformanceindicatorsRequest.Builder.withBody(CreateKpiRequest body) PostRoutingPredictorsKeyperformanceindicatorsRequest.withBody(CreateKpiRequest body) PostRoutingPredictorsKeyperformanceindicatorsRequest.Builder.withRequiredParams(CreateKpiRequest body) -
Uses of CreateKpiRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateKpiRequestModifier and TypeMethodDescriptionCreateKpiRequest.description(String description) The description of the Key Performance Indicator.CreateKpiRequest.kpiType(CreateKpiRequest.KpiTypeEnum kpiType) The type of the Key Performance Indicator.The name of the Key Performance Indicator.CreateKpiRequest.source(CreateKpiRequest.SourceEnum source) The source of the Key Performance Indicator.CreateKpiRequest.wrapUpCodeConfig(WrapUpCodeConfig wrapUpCodeConfig) Defines what wrap up codes are mapped to Key Performance Indicator.