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 Summary
FieldsModifier and TypeFieldDescriptionIndicates if the operation is done for a browser.If specified, only data belonging to this group will be exported. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
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
If specified, only data belonging to this group will be exported. Global rules will be excluded.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details