Class GetBuiltinPrivilegesResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.GetBuiltinPrivilegesResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetBuiltinPrivilegesResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetBuiltinPrivilegesResponse>
Json deserializer forGetBuiltinPrivilegesResponse
-
Method Summary
Modifier and TypeMethodDescriptioncluster()
Required - The list of cluster privileges that are understood by this version of Elasticsearch.index()
Required - The list of index privileges that are understood by this version of Elasticsearch.static GetBuiltinPrivilegesResponse
final List<RemoteClusterPrivilege>
Required - The list of remote_cluster privileges that are understood by this version of Elasticsearch.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupGetBuiltinPrivilegesResponseDeserializer
(ObjectDeserializer<GetBuiltinPrivilegesResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetBuiltinPrivilegesResponse
-
-
Method Details
-
of
-
cluster
Required - The list of cluster privileges that are understood by this version of Elasticsearch.API name:
cluster
-
index
Required - The list of index privileges that are understood by this version of Elasticsearch.API name:
index
-
remoteCluster
Required - The list of remote_cluster privileges that are understood by this version of Elasticsearch.API name:
remote_cluster
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetBuiltinPrivilegesResponseDeserializer
protected static void setupGetBuiltinPrivilegesResponseDeserializer(ObjectDeserializer<GetBuiltinPrivilegesResponse.Builder> op)
-