Class SystemRequestBuilder

java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
io.apicurio.registry.rest.client.system.SystemRequestBuilder

@Generated("com.microsoft.kiota") public class SystemRequestBuilder extends com.microsoft.kiota.BaseRequestBuilder
Builds and executes requests for operations under /system
  • Constructor Details

    • SystemRequestBuilder

      public SystemRequestBuilder(@Nonnull HashMap<String,Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new SystemRequestBuilder and sets the default values.
      Parameters:
      pathParameters - Path parameters for the request
      requestAdapter - The request adapter to use to execute the requests.
    • SystemRequestBuilder

      public SystemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new SystemRequestBuilder and 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

    • info

      @Nonnull public InfoRequestBuilder info()
      Retrieve system information
      Returns:
      a InfoRequestBuilder
    • uiConfig

      @Nonnull public UiConfigRequestBuilder uiConfig()
      This endpoint is used by the user interface to retrieve UI specific configurationin a JSON payload. This allows the UI and the backend to be configured in the same place (the backend process/pod). When the UI loads, it will make an API callto this endpoint to determine what UI features and options are configured.
      Returns:
      a UiConfigRequestBuilder