Class IndexPrivilegesCheck
java.lang.Object
co.elastic.clients.elasticsearch.security.has_privileges.IndexPrivilegesCheck
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexPrivilegesCheck>Json deserializer forIndexPrivilegesCheck -
Method Summary
Modifier and TypeMethodDescriptionnames()Required - API name:namesstatic IndexPrivilegesCheckRequired - API name:privilegesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexPrivilegesCheck
-
-
Method Details
-
of
public static IndexPrivilegesCheck of(Function<IndexPrivilegesCheck.Builder, ObjectBuilder<IndexPrivilegesCheck>> fn) -
names
Required - API name:names -
privileges
Required - API name:privileges -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexPrivilegesCheckDeserializer
protected static void setupIndexPrivilegesCheckDeserializer(ObjectDeserializer<IndexPrivilegesCheck.Builder> op)
-