Uses of Record Class
io.camunda.search.clients.types.TypedValue
Packages that use TypedValue
-
Uses of TypedValue in io.camunda.search.clients.query
Methods in io.camunda.search.clients.query that return TypedValueModifier and TypeMethodDescriptionSearchTermQuery.value()Returns the value of thevaluerecord component.Methods in io.camunda.search.clients.query that return types with arguments of type TypedValueModifier and TypeMethodDescriptionSearchTermsQuery.values()Returns the value of thevaluesrecord component.Methods in io.camunda.search.clients.query with parameters of type TypedValueModifier and TypeMethodDescriptionstatic SearchQuerySearchQueryBuilders.term(String field, TypedValue value) SearchTermQuery.Builder.value(TypedValue value) Method parameters in io.camunda.search.clients.query with type arguments of type TypedValueConstructors in io.camunda.search.clients.query with parameters of type TypedValueModifierConstructorDescriptionSearchTermQuery(String field, TypedValue value, Boolean caseInsensitive) Creates an instance of aSearchTermQueryrecord class.Constructor parameters in io.camunda.search.clients.query with type arguments of type TypedValueModifierConstructorDescriptionSearchTermsQuery(String field, List<TypedValue> values) Creates an instance of aSearchTermsQueryrecord class. -
Uses of TypedValue in io.camunda.search.clients.types
Fields in io.camunda.search.clients.types declared as TypedValueModifier and TypeFieldDescriptionstatic final TypedValueTypedValue.FALSEstatic final TypedValueTypedValue.NULLstatic final TypedValueTypedValue.TRUEMethods in io.camunda.search.clients.types that return TypedValueModifier and TypeMethodDescriptionstatic TypedValueTypedValue.of(boolean value) static TypedValueTypedValue.of(double value) static TypedValueTypedValue.of(int value) static TypedValueTypedValue.of(long value) static TypedValueTypedValue.of(short value) static TypedValuestatic TypedValueTypedValue.toTypedValue(Object value) Methods in io.camunda.search.clients.types that return types with arguments of type TypedValueModifier and TypeMethodDescriptionstatic <T> List<TypedValue> TypedValue.of(List<T> values, Function<T, TypedValue> mapper) Method parameters in io.camunda.search.clients.types with type arguments of type TypedValueModifier and TypeMethodDescriptionstatic <T> List<TypedValue> TypedValue.of(List<T> values, Function<T, TypedValue> mapper)