Class WithVersionItemRequestBuilder.GetQueryParameters

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

@Generated("com.microsoft.kiota") public class WithVersionItemRequestBuilder.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

    • dereference

      @Nullable public Boolean dereference
      Allows the user to specify if the content should be dereferenced when being returned
  • 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>