Class EnableUserProfileResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder<EnableUserProfileResponse.Builder>
co.elastic.clients.elasticsearch.security.EnableUserProfileResponse.Builder
- All Implemented Interfaces:
- WithJson<EnableUserProfileResponse.Builder>,- ObjectBuilder<EnableUserProfileResponse>
- Enclosing class:
- EnableUserProfileResponse
public static class EnableUserProfileResponse.Builder
extends AcknowledgedResponseBase.AbstractBuilder<EnableUserProfileResponse.Builder>
implements ObjectBuilder<EnableUserProfileResponse>
Builder for 
EnableUserProfileResponse.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aEnableUserProfileResponse.protected EnableUserProfileResponse.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilderacknowledgedMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
self- Specified by:
- selfin class- AcknowledgedResponseBase.AbstractBuilder<EnableUserProfileResponse.Builder>
 
- 
buildBuilds aEnableUserProfileResponse.- Specified by:
- buildin interface- ObjectBuilder<EnableUserProfileResponse>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-