Class GetUserProfileRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.GetUserProfileRequest
public class GetUserProfileRequest extends RequestBase
Retrieves a user's profile using the unique profile ID.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUserProfileRequest.BuilderBuilder forGetUserProfileRequest.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<GetUserProfileRequest,GetUserProfileResponse,ErrorResponse>_ENDPOINTEndpoint "security.get_user_profile". -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>data()List of filters for thedatafield of the profile document.static GetUserProfileRequestof(java.util.function.Function<GetUserProfileRequest.Builder,ObjectBuilder<GetUserProfileRequest>> fn)java.util.List<java.lang.String>uid()Required - A unique identifier for the user profile.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetUserProfileRequest,GetUserProfileResponse,ErrorResponse> _ENDPOINTEndpoint "security.get_user_profile".
-
-
Method Details
-
of
public static GetUserProfileRequest of(java.util.function.Function<GetUserProfileRequest.Builder,ObjectBuilder<GetUserProfileRequest>> fn) -
data
public final java.util.List<java.lang.String> 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
public final java.util.List<java.lang.String> uid()Required - A unique identifier for the user profile.API name:
uid
-