Class IndexSettingBlocks

java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexSettingBlocks
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class IndexSettingBlocks
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

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

      @Nullable public final java.lang.Boolean readOnly()
      API name: read_only
    • readOnlyAllowDelete

      @Nullable public final java.lang.Boolean readOnlyAllowDelete()
      API name: read_only_allow_delete
    • read

      @Nullable public final java.lang.Boolean read()
      API name: read
    • write

      @Nullable public final java.lang.Boolean write()
      API name: write
    • metadata

      @Nullable public final java.lang.Boolean metadata()
      API name: metadata
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupIndexSettingBlocksDeserializer

      protected static void setupIndexSettingBlocksDeserializer​(ObjectDeserializer<IndexSettingBlocks.Builder> op)