Class PutIndicesSettingsResponse
- java.lang.Object
-
- org.opensearch.client.opensearch._types.AcknowledgedResponseBase
-
- org.opensearch.client.opensearch.indices.PutIndicesSettingsResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class PutIndicesSettingsResponse extends AcknowledgedResponseBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutIndicesSettingsResponse.BuilderBuilder forPutIndicesSettingsResponse.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase
AcknowledgedResponseBase.AbstractBuilder<BuilderT extends AcknowledgedResponseBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PutIndicesSettingsResponse>_DESERIALIZERJson deserializer forPutIndicesSettingsResponse
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PutIndicesSettingsResponseof(java.util.function.Function<PutIndicesSettingsResponse.Builder,ObjectBuilder<PutIndicesSettingsResponse>> fn)protected static voidsetupPutIndicesSettingsResponseDeserializer(ObjectDeserializer<PutIndicesSettingsResponse.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase
acknowledged, serialize, serializeInternal, setupAcknowledgedResponseBaseDeserializer
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<PutIndicesSettingsResponse> _DESERIALIZER
Json deserializer forPutIndicesSettingsResponse
-
-
Method Detail
-
of
public static PutIndicesSettingsResponse of(java.util.function.Function<PutIndicesSettingsResponse.Builder,ObjectBuilder<PutIndicesSettingsResponse>> fn)
-
setupPutIndicesSettingsResponseDeserializer
protected static void setupPutIndicesSettingsResponseDeserializer(ObjectDeserializer<PutIndicesSettingsResponse.Builder> op)
-
-