Class PutAutoFollowPatternResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
co.elastic.clients.elasticsearch.ccr.PutAutoFollowPatternResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable public class PutAutoFollowPatternResponse extends AcknowledgedResponseBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutAutoFollowPatternResponse.BuilderBuilder forPutAutoFollowPatternResponse.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<PutAutoFollowPatternResponse>_DESERIALIZERJson deserializer forPutAutoFollowPatternResponse -
Method Summary
Modifier and Type Method Description static PutAutoFollowPatternResponseof(java.util.function.Function<PutAutoFollowPatternResponse.Builder,ObjectBuilder<PutAutoFollowPatternResponse>> fn)protected static voidsetupPutAutoFollowPatternResponseDeserializer(ObjectDeserializer<PutAutoFollowPatternResponse.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 forPutAutoFollowPatternResponse
-
-
Method Details
-
of
public static PutAutoFollowPatternResponse of(java.util.function.Function<PutAutoFollowPatternResponse.Builder,ObjectBuilder<PutAutoFollowPatternResponse>> fn) -
setupPutAutoFollowPatternResponseDeserializer
protected static void setupPutAutoFollowPatternResponseDeserializer(ObjectDeserializer<PutAutoFollowPatternResponse.Builder> op)
-