Class DeleteRoleResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.DeleteRoleResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DeleteRoleResponse>Json deserializer forDeleteRoleResponse -
Method Summary
Modifier 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
-
_DESERIALIZER
Json deserializer forDeleteRoleResponse
-
-
Method Details
-
of
public static DeleteRoleResponse of(Function<DeleteRoleResponse.Builder, ObjectBuilder<DeleteRoleResponse>> fn) -
found
public final boolean found()Required - If the role is successfully deleted,foundistrue. Otherwise,foundisfalse.API name:
found -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDeleteRoleResponseDeserializer
protected static void setupDeleteRoleResponseDeserializer(ObjectDeserializer<DeleteRoleResponse.Builder> op)
-