Class BranchesRequestBuilder.GetQueryParameters

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

@Generated("com.microsoft.kiota") public class BranchesRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Returns a list of all branches in the artifact. Each branch is a list of version identifiers,ordered from the latest (tip of the branch) to the oldest.This operation can fail for the following reasons:* No artifact with this `groupId` and `artifactId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)
  • Field Details

    • limit

      @Nullable public Integer limit
      The number of branches to return. Defaults to 20.
    • offset

      @Nullable public Integer offset
      The number of branches to skip before starting to collect the result set. Defaults to 0.
  • 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>