Class GetUserProfileRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<GetUserProfileRequest.Builder>
co.elastic.clients.elasticsearch.security.GetUserProfileRequest.Builder
- All Implemented Interfaces:
WithJson<GetUserProfileRequest.Builder>,ObjectBuilder<GetUserProfileRequest>
- Enclosing class:
- GetUserProfileRequest
public static class GetUserProfileRequest.Builder
extends RequestBase.AbstractBuilder<GetUserProfileRequest.Builder>
implements ObjectBuilder<GetUserProfileRequest>
Builder for
GetUserProfileRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetUserProfileRequest.A comma-separated list of filters for thedatafield of the profile document.A comma-separated list of filters for thedatafield of the profile document.protected GetUserProfileRequest.Builderself()Required - A unique identifier for the user profile.Required - A unique identifier for the user profile.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
data
A comma-separated 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:
dataAdds all elements of
listtodata. -
data
A comma-separated 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:
dataAdds one or more values to
data. -
uid
Required - A unique identifier for the user profile.API name:
uidAdds all elements of
listtouid. -
uid
Required - A unique identifier for the user profile.API name:
uidAdds one or more values to
uid. -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<GetUserProfileRequest.Builder>
-
build
Builds aGetUserProfileRequest.- Specified by:
buildin interfaceObjectBuilder<GetUserProfileRequest>- Throws:
NullPointerException- if some of the required fields are null.
-