Class IndexSettingBlocks
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexSettingBlocks
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexSettingBlocks>Json deserializer forIndexSettingBlocks -
Method Summary
Modifier and TypeMethodDescriptionfinal Booleanmetadata()API name:metadatastatic IndexSettingBlocksfinal Booleanread()API name:readfinal BooleanreadOnly()API name:read_onlyfinal BooleanAPI 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 voidtoString()final Booleanwrite()API name:write
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexSettingBlocks
-
-
Method Details
-
of
public static IndexSettingBlocks of(Function<IndexSettingBlocks.Builder, ObjectBuilder<IndexSettingBlocks>> fn) -
readOnly
API name:read_only -
readOnlyAllowDelete
API name:read_only_allow_delete -
read
API name:read -
write
API name:write -
metadata
API name:metadata -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexSettingBlocksDeserializer
protected static void setupIndexSettingBlocksDeserializer(ObjectDeserializer<IndexSettingBlocks.Builder> op)
-