Class ContentRequestBuilder.GetQueryParameters

java.lang.Object
io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.content.ContentRequestBuilder.GetQueryParameters
All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
Enclosing class:
ContentRequestBuilder

@Generated("com.microsoft.kiota") public class ContentRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Retrieves a single version of the artifact content. Both the `artifactId` and theunique `version` number must be provided. The `Content-Type` of the response depends on the artifact type. In most cases, this is `application/json`, but for some types it may be different (for example, `PROTOBUF`).This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)
  • Field Details

    • references

      @Nullable public HandleReferencesType references
      Allows the user to specify how references in the content should be treated.
  • 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>