Class GlobalPrivilege
java.lang.Object
co.elastic.clients.elasticsearch.security.GlobalPrivilege
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GlobalPrivilege>Json deserializer forGlobalPrivilege
- 
Method SummaryModifier and TypeMethodDescriptionRequired - API name:applicationstatic GlobalPrivilegevoidserialize(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- 
_DESERIALIZERJson deserializer forGlobalPrivilege
 
- 
- 
Method Details- 
ofpublic static GlobalPrivilege of(Function<GlobalPrivilege.Builder, ObjectBuilder<GlobalPrivilege>> fn) 
- 
applicationRequired - API name:application
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupGlobalPrivilegeDeserializerprotected static void setupGlobalPrivilegeDeserializer(ObjectDeserializer<GlobalPrivilege.Builder> op) 
 
-