Class DeleteRoleRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.DeleteRoleRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class DeleteRoleRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteRoleRequest.Builder
Builder forDeleteRoleRequest
.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<DeleteRoleRequest,DeleteRoleResponse,ElasticsearchError>
ENDPOINT
Endpoint "security.delete_role
". -
Constructor Summary
Constructors Constructor Description DeleteRoleRequest(DeleteRoleRequest.Builder builder)
DeleteRoleRequest(java.util.function.Function<DeleteRoleRequest.Builder,DeleteRoleRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
name()
Required - Role 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
Endpoint "security.delete_role
".
-
-
Constructor Details
-
DeleteRoleRequest
-
DeleteRoleRequest
public DeleteRoleRequest(java.util.function.Function<DeleteRoleRequest.Builder,DeleteRoleRequest.Builder> fn)
-
-
Method Details
-
name
public java.lang.String name()Required - Role 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
-