Class GetUserProfileRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.GetUserProfileRequest
Retrieves a user's profile using the unique profile ID.
- 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 TypeFieldDescriptionstatic final Endpoint<GetUserProfileRequest,GetUserProfileResponse, ErrorResponse> Endpoint "security.get_user_profile". -
Method Summary
Modifier and TypeMethodDescriptiondata()List of filters for thedatafield of the profile document.static GetUserProfileRequestuid()Required - A unique identifier for the user profile.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "security.get_user_profile".
-
-
Method Details
-
of
public static GetUserProfileRequest of(Function<GetUserProfileRequest.Builder, ObjectBuilder<GetUserProfileRequest>> fn) -
data
List of filters for thedatafield of the profile document. To return all content usedata=*. To return a subset of content usedata=<key>to retrieve content nested under the specified<key>. By default returns nodatacontent.API name:
data -
uid
Required - A unique identifier for the user profile.API name:
uid
-