Uses of Enum Class
io.camunda.search.clients.types.TypedValue.ValueType
Packages that use TypedValue.ValueType
-
Uses of TypedValue.ValueType in io.camunda.search.clients.types
Methods in io.camunda.search.clients.types that return TypedValue.ValueTypeModifier and TypeMethodDescriptionTypedValue.type()Returns the value of thetyperecord component.static TypedValue.ValueTypeReturns the enum constant of this class with the specified name.static TypedValue.ValueType[]TypedValue.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.search.clients.types with parameters of type TypedValue.ValueTypeModifierConstructorDescriptionTypedValue(TypedValue.ValueType type, Object value) Creates an instance of aTypedValuerecord class.