Class GetDistinguishedNamesResponse.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder<String,DistinguishedNames,GetDistinguishedNamesResponse.Builder>
org.opensearch.client.opensearch.security.GetDistinguishedNamesResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<GetDistinguishedNamesResponse>
- Enclosing class:
GetDistinguishedNamesResponse
public static class GetDistinguishedNamesResponse.Builder
extends DictionaryResponse.AbstractBuilder<String,DistinguishedNames,GetDistinguishedNamesResponse.Builder>
implements ObjectBuilder<GetDistinguishedNamesResponse>
Builder for
GetDistinguishedNamesResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetDistinguishedNamesResponse.protected GetDistinguishedNamesResponse.Builderself()Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder
putResult, result, tKeySerializer, tValueSerializerMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classDictionaryResponse.AbstractBuilder<String,DistinguishedNames, GetDistinguishedNamesResponse.Builder>
-
build
Builds aGetDistinguishedNamesResponse.- Specified by:
buildin interfaceObjectBuilder<GetDistinguishedNamesResponse>- Throws:
NullPointerException- if some of the required fields are null.
-