Class DeleteRoleResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.DeleteRoleResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DeleteRoleResponse>Json deserializer forDeleteRoleResponse
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanfound()Required - If the role is successfully deleted,foundistrue.static DeleteRoleResponsevoidserialize(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 forDeleteRoleResponse
 
- 
- 
Method Details- 
ofpublic static DeleteRoleResponse of(Function<DeleteRoleResponse.Builder, ObjectBuilder<DeleteRoleResponse>> fn) 
- 
foundpublic final boolean found()Required - If the role is successfully deleted,foundistrue. Otherwise,foundisfalse.API name: found
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupDeleteRoleResponseDeserializerprotected static void setupDeleteRoleResponseDeserializer(ObjectDeserializer<DeleteRoleResponse.Builder> op) 
 
-