Class DeletePrivilegesRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.DeletePrivilegesRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class DeletePrivilegesRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeletePrivilegesRequest.Builder
Builder forDeletePrivilegesRequest
.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<DeletePrivilegesRequest,DeletePrivilegesResponse,ElasticsearchError>
ENDPOINT
Endpoint "security.delete_privileges
". -
Constructor Summary
Constructors Constructor Description DeletePrivilegesRequest(DeletePrivilegesRequest.Builder builder)
DeletePrivilegesRequest(java.util.function.Function<DeletePrivilegesRequest.Builder,DeletePrivilegesRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
application()
Application namejava.lang.String
name()
Privilege namejakarta.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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
public static final Endpoint<DeletePrivilegesRequest,DeletePrivilegesResponse,ElasticsearchError> ENDPOINTEndpoint "security.delete_privileges
".
-
-
Constructor Details
-
DeletePrivilegesRequest
-
DeletePrivilegesRequest
public DeletePrivilegesRequest(java.util.function.Function<DeletePrivilegesRequest.Builder,DeletePrivilegesRequest.Builder> fn)
-
-
Method Details
-
application
public java.lang.String application()Application nameAPI name:
application
-
name
public java.lang.String name()Privilege nameAPI name:
name
-
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
-