Class PutRoleResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.PutRoleResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutRoleResponse>Json deserializer forPutRoleResponse
- 
Method SummaryModifier and TypeMethodDescriptionstatic PutRoleResponsefinal CreatedStatusrole()Required - When an existing role is updated,createdis set tofalse.voidserialize(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 forPutRoleResponse
 
- 
- 
Method Details- 
ofpublic static PutRoleResponse of(Function<PutRoleResponse.Builder, ObjectBuilder<PutRoleResponse>> fn) 
- 
roleRequired - When an existing role is updated,createdis set tofalse.API name: role
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupPutRoleResponseDeserializerprotected static void setupPutRoleResponseDeserializer(ObjectDeserializer<PutRoleResponse.Builder> op) 
 
-