Class ImportRequestBuilder.PostQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.admin.importescaped.ImportRequestBuilder.PostQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
ImportRequestBuilder
@Generated("com.microsoft.kiota")
public class ImportRequestBuilder.PostQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Imports registry data that was previously exported using the `/admin/export` operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionQuery parameter indicating whether the registry must be empty before allowingdata to be imported. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
requireEmptyRegistry
Query parameter indicating whether the registry must be empty before allowingdata to be imported. Defaults to `true` if omitted.
-
-
Constructor Details
-
PostQueryParameters
public PostQueryParameters()
-
-
Method Details