Uses of Class
com.ants.platform.client.resources.commons.types.ConfigCategory
Packages that use ConfigCategory
Package
Description
-
Uses of ConfigCategory in com.ants.platform.client.resources.commons.types
Methods in com.ants.platform.client.resources.commons.types that return ConfigCategoryModifier and TypeMethodDescriptionConfigCategory._FinalStage.build()ConfigCategory.Builder.build()Methods in com.ants.platform.client.resources.commons.types that return types with arguments of type ConfigCategoryMethods in com.ants.platform.client.resources.commons.types with parameters of type ConfigCategoryModifier and TypeMethodDescriptionConfigCategory.Builder.from(ConfigCategory other) ConfigCategory.ValueStage.from(ConfigCategory other) Method parameters in com.ants.platform.client.resources.commons.types with type arguments of type ConfigCategoryModifier and TypeMethodDescriptionScoreConfig._FinalStage.categories(List<ConfigCategory> categories) ScoreConfig._FinalStage.categories(Optional<List<ConfigCategory>> categories) ScoreConfig.Builder.categories(List<ConfigCategory> categories) Configures custom categories for categorical scoresScoreConfig.Builder.categories(Optional<List<ConfigCategory>> categories) -
Uses of ConfigCategory in com.ants.platform.client.resources.scoreconfigs.types
Methods in com.ants.platform.client.resources.scoreconfigs.types that return types with arguments of type ConfigCategoryMethod parameters in com.ants.platform.client.resources.scoreconfigs.types with type arguments of type ConfigCategoryModifier and TypeMethodDescriptionCreateScoreConfigRequest._FinalStage.categories(List<ConfigCategory> categories) CreateScoreConfigRequest._FinalStage.categories(Optional<List<ConfigCategory>> categories) CreateScoreConfigRequest.Builder.categories(List<ConfigCategory> categories) Configure custom categories for categorical scores.CreateScoreConfigRequest.Builder.categories(Optional<List<ConfigCategory>> categories)