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 Details

    • requireEmptyRegistry

      @Nullable public Boolean 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

    • toQueryParameters

      @Nonnull public Map<String,Object> toQueryParameters()
      Extracts the query parameters into a map for the URI template parsing.
      Specified by:
      toQueryParameters in interface com.microsoft.kiota.QueryParameters
      Returns:
      a Map<String,Object>