Class DeleteUserRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.DeleteUserRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class DeleteUserRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteUserRequest.Builder
Builder forDeleteUserRequest
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<DeleteUserRequest,DeleteUserResponse,ElasticsearchError>
ENDPOINT
Endpoint "security.delete_user
". -
Constructor Summary
Constructors Constructor Description DeleteUserRequest(DeleteUserRequest.Builder builder)
DeleteUserRequest(java.util.function.Function<DeleteUserRequest.Builder,DeleteUserRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description jakarta.json.JsonValue
refresh()
Iftrue
(the default) then refresh the affected shards to make this operation visible to search, ifwait_for
then wait for a refresh to make this operation visible to search, iffalse
then do nothing with refreshes.java.lang.String
username()
Required - usernameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
Endpoint "security.delete_user
".
-
-
Constructor Details
-
DeleteUserRequest
-
DeleteUserRequest
public DeleteUserRequest(java.util.function.Function<DeleteUserRequest.Builder,DeleteUserRequest.Builder> fn)
-
-
Method Details
-
username
public java.lang.String username()Required - usernameAPI name:
username
-
refresh
@Nullable public jakarta.json.JsonValue refresh()Iftrue
(the default) then refresh the affected shards to make this operation visible to search, ifwait_for
then wait for a refresh to make this operation visible to search, iffalse
then do nothing with refreshes.API name:
refresh
-