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

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

  • Method Details

    • _kind

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

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

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

      public boolean isTerms()
      Is this variant instance of kind terms?
    • terms

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

      public boolean isPartition()
      Is this variant instance of kind partition?
    • partition

      public TermsPartition partition()
      Get the partition variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the partition kind.
    • isRegexp

      public boolean isRegexp()
      Is this variant instance of kind regexp?
    • regexp

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

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