Class ExportRequestBuilder.GetQueryParameters

java.lang.Object
io.apicurio.registry.rest.client.admin.export.ExportRequestBuilder.GetQueryParameters
All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
Enclosing class:
ExportRequestBuilder

@Generated("com.microsoft.kiota") public class ExportRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Exports registry data as a ZIP archive. If a `groupId` query parameter is provided, only data belonging to the specified group will be exported and global rules will be excluded.
  • Field Details

    • forBrowser

      @Nullable public Boolean forBrowser
      Indicates if the operation is done for a browser. If true, the response will be a JSON payload with a property called `href`. This `href` will be a single-use, naked download link suitable for use by a web browser to download the content.
    • groupId

      @Nullable public String groupId
      If specified, only data belonging to this group will be exported. Global rules will be excluded.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()
  • 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>