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 GetBuiltinPrivilegesResponsefinal List<RemoteClusterPrivilege>Required - The list of remote_cluster privileges that are understood by this version of Elasticsearch.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetBuiltinPrivilegesResponseDeserializer(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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetBuiltinPrivilegesResponseDeserializer
protected static void setupGetBuiltinPrivilegesResponseDeserializer(ObjectDeserializer<GetBuiltinPrivilegesResponse.Builder> op)
-