Class Actions
java.lang.Object
co.elastic.clients.elasticsearch.security.put_privileges.Actions
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Actions extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActions.BuilderBuilder forActions. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Actions>_DESERIALIZERJson deserializer forActions -
Constructor Summary
Constructors Constructor Description Actions(Actions.Builder builder)Actions(java.util.function.Function<Actions.Builder,Actions.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>actions()Required - API name:actionsjava.lang.Stringapplication()API name:applicationjava.util.Map<java.lang.String,JsonData>metadata()API name:metadatajava.lang.Stringname()API name:namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupActionsDeserializer(DelegatingDeserializer<Actions.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forActions
-
-
Constructor Details
-
Actions
-
Actions
-
-
Method Details
-
actions
public java.util.List<java.lang.String> actions()Required - API name:actions -
application
@Nullable public java.lang.String application()API name:application -
name
@Nullable public java.lang.String name()API name:name -
metadata
API name:metadata -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupActionsDeserializer
-