Class GetResponse.Builder
java.lang.Object
org.opensearch.client.base.AdditionalProperties.AbstractBuilder<java.lang.String,IndexState,GetResponse.Builder>
org.opensearch.client.opensearch.indices.GetResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<GetResponse>
- Enclosing class:
- GetResponse
public static class GetResponse.Builder extends AdditionalProperties.AbstractBuilder<java.lang.String,IndexState,GetResponse.Builder> implements ObjectBuilder<GetResponse>
Builder for
GetResponse.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetResponsebuild()Builds aGetResponse.protected GetResponse.Builderself()Methods inherited from class org.opensearch.client.base.AdditionalProperties.AbstractBuilder
putValue, tKeySerializer, tValueSerializer, value
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classAdditionalProperties.AbstractBuilder<java.lang.String,IndexState,GetResponse.Builder>
-
build
Builds aGetResponse.- Specified by:
buildin interfaceObjectBuilder<GetResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-