Uses of Class
com.mypurecloud.sdk.v2.model.MetricDefinition
Packages that use MetricDefinition
-
Uses of MetricDefinition in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MetricDefinitionModifier and TypeMethodDescriptionGamificationApi.getGamificationMetricdefinition(GetGamificationMetricdefinitionRequest request) Metric definition by idGamificationApi.getGamificationMetricdefinition(String metricDefinitionId) Metric definition by idMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type MetricDefinitionModifier and TypeMethodDescriptionGamificationApi.getGamificationMetricdefinition(ApiRequest<Void> request) Metric definition by idGamificationApiAsync.getGamificationMetricdefinitionAsync(GetGamificationMetricdefinitionRequest request, AsyncApiCallback<MetricDefinition> callback) Metric definition by idGamificationApiAsync.getGamificationMetricdefinitionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MetricDefinition>> callback) Metric definition by idGamificationApi.getGamificationMetricdefinitionWithHttpInfo(String metricDefinitionId) Metric definition by idMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type MetricDefinitionModifier and TypeMethodDescriptionGamificationApiAsync.getGamificationMetricdefinitionAsync(GetGamificationMetricdefinitionRequest request, AsyncApiCallback<MetricDefinition> callback) Metric definition by idGamificationApiAsync.getGamificationMetricdefinitionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MetricDefinition>> callback) Metric definition by id -
Uses of MetricDefinition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MetricDefinitionModifier and TypeMethodDescriptionMetricDefinition.defaultObjective(DefaultObjective defaultObjective) A predefined default objective for this metricMetricDefinition.dividendMetrics(List<String> dividendMetrics) Metric names used as dividendMetricDefinition.divisorMetrics(List<String> divisorMetrics) Metric names used as divisorMetricDefinition.initialDirectionFilteringAllowed(Boolean initialDirectionFilteringAllowed) Flag to indicate if this metricDefinition allows filter based on initial directionMetricDefinition.lockTemplateId(String lockTemplateId) An optional field to specify if this metric definition is locked to certain template. e.g. punctualityMetricDefinition.mediaTypeFilteringAllowed(Boolean mediaTypeFilteringAllowed) Flag to indicate if this metricDefinition allows filter based on media typesMetricDefinition.queueFilteringAllowed(Boolean queueFilteringAllowed) Flag to indicate if this metricDefinition allows filter based on queuesAn alternate name for this metric definition, often abbreviationMetricDefinition.unitType(MetricDefinition.UnitTypeEnum unitType) The type of associated metric unitMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type MetricDefinitionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type MetricDefinitionModifier and TypeMethodDescriptionGetMetricDefinitionsResponse.entities(List<MetricDefinition> entities) voidGetMetricDefinitionsResponse.setEntities(List<MetricDefinition> entities)