Class DeleteIndexResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
co.elastic.clients.elasticsearch._types.IndicesResponseBase
co.elastic.clients.elasticsearch.indices.DeleteIndexResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable public class DeleteIndexResponse extends IndicesResponseBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteIndexResponse.BuilderBuilder forDeleteIndexResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.IndicesResponseBase
IndicesResponseBase.AbstractBuilder<BuilderT extends IndicesResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DeleteIndexResponse>_DESERIALIZERJson deserializer forDeleteIndexResponse -
Method Summary
Modifier and Type Method Description static DeleteIndexResponseof(java.util.function.Function<DeleteIndexResponse.Builder,ObjectBuilder<DeleteIndexResponse>> fn)protected static voidsetupDeleteIndexResponseDeserializer(ObjectDeserializer<DeleteIndexResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.IndicesResponseBase
serializeInternal, setupIndicesResponseBaseDeserializer, shardsMethods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
acknowledged, serialize, setupAcknowledgedResponseBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDeleteIndexResponse
-
-
Method Details
-
of
public static DeleteIndexResponse of(java.util.function.Function<DeleteIndexResponse.Builder,ObjectBuilder<DeleteIndexResponse>> fn) -
setupDeleteIndexResponseDeserializer
protected static void setupDeleteIndexResponseDeserializer(ObjectDeserializer<DeleteIndexResponse.Builder> op)
-