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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexSettingBlocks.BuilderBuilder forIndexSettingBlocks. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexSettingBlocks>_DESERIALIZERJson deserializer forIndexSettingBlocks -
Method Summary
Modifier and Type Method Description java.lang.Booleanmetadata()API name:metadatastatic IndexSettingBlocksof(java.util.function.Function<IndexSettingBlocks.Builder,ObjectBuilder<IndexSettingBlocks>> fn)java.lang.Booleanread()API name:readjava.lang.BooleanreadOnly()API name:read_onlyjava.lang.BooleanreadOnlyAllowDelete()API name:read_only_allow_deletevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndexSettingBlocksDeserializer(ObjectDeserializer<IndexSettingBlocks.Builder> op)java.lang.Booleanwrite()API name:writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexSettingBlocks
-
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexSettingBlocksDeserializer
protected static void setupIndexSettingBlocksDeserializer(ObjectDeserializer<IndexSettingBlocks.Builder> op)
-