Class DisableUserProfileRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.DisableUserProfileRequest
Disables a user profile so it's not visible in user profile searches.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "security.disable_user_profile". -
Method Summary
Modifier and TypeMethodDescriptionstatic DisableUserProfileRequestfinal Refreshrefresh()If 'true', Elasticsearch refreshes the affected shards to make this operation visible to search, if 'wait_for' then wait for a refresh to make this operation visible to search, if 'false' do nothing with refreshes.final Stringuid()Required - Unique identifier for the user profile.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<DisableUserProfileRequest,DisableUserProfileResponse, _ENDPOINTErrorResponse> Endpoint "security.disable_user_profile".
-
-
Method Details
-
of
public static DisableUserProfileRequest of(Function<DisableUserProfileRequest.Builder, ObjectBuilder<DisableUserProfileRequest>> fn) -
refresh
If 'true', Elasticsearch refreshes the affected shards to make this operation visible to search, if 'wait_for' then wait for a refresh to make this operation visible to search, if 'false' do nothing with refreshes.API name:
refresh -
uid
Required - Unique identifier for the user profile.API name:
uid
-