Class AdminRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
io.apicurio.registry.rest.client.v2.admin.AdminRequestBuilder
@Generated("com.microsoft.kiota")
public class AdminRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Builds and executes requests for operations under /admin
-
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionAdminRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAdminRequestBuilderand sets the default values.AdminRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAdminRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionThe list of artifact types supported by this instance of Registry.config()The config propertyexport()Provides a way to export registry data.Provides a way to import data into the registry.Collection to manage role mappings for authenticated principalsrules()Manage the global rules that apply to all artifacts if not otherwise configured.
-
Constructor Details
-
AdminRequestBuilder
public AdminRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAdminRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
AdminRequestBuilder
public AdminRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAdminRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
artifactTypes
The list of artifact types supported by this instance of Registry.- Returns:
- a
ArtifactTypesRequestBuilder
-
config
The config property- Returns:
- a
ConfigRequestBuilder
-
export
Provides a way to export registry data.- Returns:
- a
ExportRequestBuilder
-
importEscaped
Provides a way to import data into the registry.- Returns:
- a
ImportRequestBuilder
-
roleMappings
Collection to manage role mappings for authenticated principals- Returns:
- a
RoleMappingsRequestBuilder
-
rules
Manage the global rules that apply to all artifacts if not otherwise configured.- Returns:
- a
RulesRequestBuilder
-