Uses of Enum Class
com.ants.platform.client.resources.commons.types.ScoreDataType
Packages that use ScoreDataType
Package
Description
-
Uses of ScoreDataType in com.ants.platform.client.resources.commons.types
Subclasses with type arguments of type ScoreDataType in com.ants.platform.client.resources.commons.typesMethods in com.ants.platform.client.resources.commons.types that return ScoreDataTypeModifier and TypeMethodDescriptionScoreConfig.getDataType()static ScoreDataTypeReturns the enum constant of this class with the specified name.static ScoreDataType[]ScoreDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ants.platform.client.resources.commons.types with parameters of type ScoreDataTypeModifier and TypeMethodDescriptionScoreConfig.Builder.dataType(ScoreDataType dataType) ScoreConfig.DataTypeStage.dataType(ScoreDataType dataType) -
Uses of ScoreDataType in com.ants.platform.client.resources.ingestion.types
Methods in com.ants.platform.client.resources.ingestion.types that return types with arguments of type ScoreDataTypeMethods in com.ants.platform.client.resources.ingestion.types with parameters of type ScoreDataTypeModifier and TypeMethodDescriptionScoreBody._FinalStage.dataType(ScoreDataType dataType) ScoreBody.Builder.dataType(ScoreDataType dataType) When set, must match the score value's type.Method parameters in com.ants.platform.client.resources.ingestion.types with type arguments of type ScoreDataTypeModifier and TypeMethodDescriptionScoreBody._FinalStage.dataType(Optional<ScoreDataType> dataType) ScoreBody.Builder.dataType(Optional<ScoreDataType> dataType) -
Uses of ScoreDataType in com.ants.platform.client.resources.score.types
Methods in com.ants.platform.client.resources.score.types that return types with arguments of type ScoreDataTypeMethods in com.ants.platform.client.resources.score.types with parameters of type ScoreDataTypeModifier and TypeMethodDescriptionCreateScoreRequest._FinalStage.dataType(ScoreDataType dataType) CreateScoreRequest.Builder.dataType(ScoreDataType dataType) The data type of the score.Method parameters in com.ants.platform.client.resources.score.types with type arguments of type ScoreDataTypeModifier and TypeMethodDescriptionCreateScoreRequest._FinalStage.dataType(Optional<ScoreDataType> dataType) CreateScoreRequest.Builder.dataType(Optional<ScoreDataType> dataType) -
Uses of ScoreDataType in com.ants.platform.client.resources.scoreconfigs.types
Methods in com.ants.platform.client.resources.scoreconfigs.types that return ScoreDataTypeMethods in com.ants.platform.client.resources.scoreconfigs.types with parameters of type ScoreDataTypeModifier and TypeMethodDescriptionCreateScoreConfigRequest.Builder.dataType(ScoreDataType dataType) CreateScoreConfigRequest.DataTypeStage.dataType(ScoreDataType dataType) -
Uses of ScoreDataType in com.ants.platform.client.resources.scorev2.requests
Methods in com.ants.platform.client.resources.scorev2.requests that return types with arguments of type ScoreDataTypeMethods in com.ants.platform.client.resources.scorev2.requests with parameters of type ScoreDataTypeMethod parameters in com.ants.platform.client.resources.scorev2.requests with type arguments of type ScoreDataTypeModifier and TypeMethodDescriptionGetScoresRequest.Builder.dataType(Optional<ScoreDataType> dataType)