Class ActionDelete
java.lang.Object
org.opensearch.client.opensearch.ism.ActionDelete
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ActionDelete.Builder,ActionDelete>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ActionDelete
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ActionDelete.Builder,ActionDelete>
The delete action configuration.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ActionDelete> static final ActionDeleteSingleton instance forActionDelete. -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionDelete.Builderbuilder()booleaninthashCode()static ActionDeletevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_INSTANCE
Singleton instance forActionDelete. -
_DESERIALIZER
-
-
Method Details
-
of
-
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionDelete.Builder,ActionDelete> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-