Class DeleteUserResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.DeleteUserResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DeleteUserResponse>Json deserializer forDeleteUserResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfound()Required - If the user is successfully deleted, the request returns{"found": true}.static DeleteUserResponsevoidserialize(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 forDeleteUserResponse
-
-
Method Details
-
of
public static DeleteUserResponse of(Function<DeleteUserResponse.Builder, ObjectBuilder<DeleteUserResponse>> fn) -
found
public final boolean found()Required - If the user is successfully deleted, the request returns{"found": true}. Otherwise,foundis set tofalse.API name:
found -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDeleteUserResponseDeserializer
protected static void setupDeleteUserResponseDeserializer(ObjectDeserializer<DeleteUserResponse.Builder> op)
-