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