Class Action
- java.lang.Object
-
- org.opensearch.client.opensearch.indices.update_aliases.Action
-
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<Action.Kind,java.lang.Object>
@JsonpDeserializable public class Action extends java.lang.Object implements TaggedUnion<Action.Kind,java.lang.Object>, JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAction.Builderstatic classAction.KindActionvariant kinds.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Action>_DESERIALIZER
-
Constructor Summary
Constructors Constructor Description Action(ActionVariant value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object_get()Action.Kind_kind()Get the of the kind of variant held by this object.AddActionadd()Get theaddvariant value.booleanisAdd()Is this variant instance of kindadd?booleanisRemove()Is this variant instance of kindremove?booleanisRemoveIndex()Is this variant instance of kindremove_index?static Actionof(java.util.function.Function<Action.Builder,ObjectBuilder<Action>> fn)RemoveActionremove()Get theremovevariant value.RemoveIndexActionremoveIndex()Get theremove_indexvariant value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupActionDeserializer(ObjectDeserializer<Action.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<Action> _DESERIALIZER
-
-
Constructor Detail
-
Action
public Action(ActionVariant value)
-
-
Method Detail
-
_kind
public final Action.Kind _kind()
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<Action.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()
- Specified by:
_getin interfaceTaggedUnion<Action.Kind,java.lang.Object>
-
of
public static Action of(java.util.function.Function<Action.Builder,ObjectBuilder<Action>> fn)
-
isAdd
public boolean isAdd()
Is this variant instance of kindadd?
-
add
public AddAction add()
Get theaddvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theaddkind.
-
isRemove
public boolean isRemove()
Is this variant instance of kindremove?
-
remove
public RemoveAction remove()
Get theremovevariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theremovekind.
-
isRemoveIndex
public boolean isRemoveIndex()
Is this variant instance of kindremove_index?
-
removeIndex
public RemoveIndexAction removeIndex()
Get theremove_indexvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theremove_indexkind.
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Specified by:
serializein interfaceJsonpSerializable
-
setupActionDeserializer
protected static void setupActionDeserializer(ObjectDeserializer<Action.Builder> op)
-
-