Class ReferencesRequestBuilder.GetQueryParameters

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

@Generated("com.microsoft.kiota") public class ReferencesRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Retrieves all references for a single version of an artifact. Both the `artifactId` and theunique `version` number must be provided. Using the `refType` query parameter, it is possibleto retrieve an array of either the inbound or outbound references.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

    • refType

      @Nullable public ReferenceType refType
      Determines the type of reference to return, either INBOUND or OUTBOUND. Defaults to OUTBOUND.
  • 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>