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