Class TermsQueryField

java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.TermsQueryField
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<TermsQueryField.Kind,​java.lang.Object>

@JsonpDeserializable
public class TermsQueryField
extends java.lang.Object
implements TaggedUnion<TermsQueryField.Kind,​java.lang.Object>, JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • _kind

      public final TermsQueryField.Kind _kind()
      Description copied from interface: TaggedUnion
      Get the of the kind of variant held by this object.
      Specified by:
      _kind in interface TaggedUnion<TermsQueryField.Kind,​java.lang.Object>
      Returns:
      the variant kind
    • _get

      public final java.lang.Object _get()
      Specified by:
      _get in interface TaggedUnion<TermsQueryField.Kind,​java.lang.Object>
    • of

      public static TermsQueryField of​(java.util.function.Function<TermsQueryField.Builder,​ObjectBuilder<TermsQueryField>> fn)
    • isValue

      public boolean isValue()
      Is this variant instance of kind value?
    • value

      public java.util.List<FieldValue> value()
      Get the value variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the value kind.
    • isLookup

      public boolean isLookup()
      Is this variant instance of kind lookup?
    • lookup

      public TermsLookup lookup()
      Get the lookup variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the lookup kind.
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Specified by:
      serialize in interface JsonpSerializable
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object