Class PutPolicyResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
co.elastic.clients.elasticsearch.enrich.PutPolicyResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class PutPolicyResponse extends AcknowledgedResponseBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutPolicyResponse.BuilderBuilder forPutPolicyResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
AcknowledgedResponseBase.AbstractBuilder<BuilderT extends AcknowledgedResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PutPolicyResponse>_DESERIALIZERJson deserializer forPutPolicyResponse -
Constructor Summary
Constructors Constructor Description PutPolicyResponse(PutPolicyResponse.Builder builder)PutPolicyResponse(java.util.function.Function<PutPolicyResponse.Builder,PutPolicyResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description protected static voidsetupPutPolicyResponseDeserializer(DelegatingDeserializer<PutPolicyResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
acknowledged, serialize, serializeInternal, setupAcknowledgedResponseBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPutPolicyResponse
-
-
Constructor Details
-
PutPolicyResponse
-
PutPolicyResponse
public PutPolicyResponse(java.util.function.Function<PutPolicyResponse.Builder,PutPolicyResponse.Builder> fn)
-
-
Method Details
-
setupPutPolicyResponseDeserializer
protected static void setupPutPolicyResponseDeserializer(DelegatingDeserializer<PutPolicyResponse.Builder> op)
-