Class IndexImportRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.dangling_indices.IndexImportRequest
- All Implemented Interfaces:
ToJsonp
public final class IndexImportRequest extends RequestBase implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexImportRequest.BuilderBuilder forIndexImportRequest. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexImportRequest>DESERIALIZERJson deserializer for IndexImportRequeststatic Endpoint<IndexImportRequest,IndexImportResponse,OpenSearchError>ENDPOINTEndpoint "dangling_indices.import_dangling_index". -
Constructor Summary
Constructors Modifier Constructor Description protectedIndexImportRequest(IndexImportRequest.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.StringindexUuid()Auto generated - missing in the input spec API name:index_uuidprotected static voidsetupIndexImportRequestDeserializer(DelegatingDeserializer<IndexImportRequest.Builder> op)java.lang.StringstubA()API name:stub_ajava.lang.StringstubB()API name:stub_bjava.lang.StringstubC()API name:stub_cvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for IndexImportRequest -
ENDPOINT
Endpoint "dangling_indices.import_dangling_index".
-
-
Constructor Details
-
Method Details
-
stubA
public java.lang.String stubA()API name:stub_a -
indexUuid
@Nullable public java.lang.String indexUuid()Auto generated - missing in the input spec API name:index_uuid -
stubB
public java.lang.String stubB()API name:stub_b -
stubC
public java.lang.String stubC()API name:stub_c -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndexImportRequestDeserializer
protected static void setupIndexImportRequestDeserializer(DelegatingDeserializer<IndexImportRequest.Builder> op)
-