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