Class WithGlobalItemRequestBuilder.GetQueryParameters

java.lang.Object
io.apicurio.registry.rest.client.v2.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

    • 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>