Class WithGlobalItemRequestBuilder.GetQueryParameters

java.lang.Object
io.apicurio.registry.rest.client.ids.globalids.item.WithGlobalItemRequestBuilder.GetQueryParameters
All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
Enclosing class:
WithGlobalItemRequestBuilder

@Generated("com.microsoft.kiota") public class WithGlobalItemRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Gets the content for an artifact version in the registry using its globally uniqueidentifier.This operation may fail for one of the following reasons:* No artifact version with this `globalId` 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.
    • returnArtifactType

      @Nullable public Boolean returnArtifactType
      When set to `true`, the HTTP response will include a header named `X-Registry-ArtifactType`that contains the type of the artifact 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>