Class PutPolicyResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
co.elastic.clients.elasticsearch.enrich.PutPolicyResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable public class PutPolicyResponse extends AcknowledgedResponseBase
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description static PutPolicyResponseof(java.util.function.Function<PutPolicyResponse.Builder,ObjectBuilder<PutPolicyResponse>> fn)protected static voidsetupPutPolicyResponseDeserializer(ObjectDeserializer<PutPolicyResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
acknowledged, serialize, serializeInternal, setupAcknowledgedResponseBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPutPolicyResponse
-
-
Method Details
-
of
public static PutPolicyResponse of(java.util.function.Function<PutPolicyResponse.Builder,ObjectBuilder<PutPolicyResponse>> fn) -
setupPutPolicyResponseDeserializer
protected static void setupPutPolicyResponseDeserializer(ObjectDeserializer<PutPolicyResponse.Builder> op)
-