Class VersionsRequestBuilder.GetQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item.versions.VersionsRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
VersionsRequestBuilder
@Generated("com.microsoft.kiota")
public class VersionsRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Get a list of all versions in the branch. Returns a list of version identifiers in the branch, 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`)* No branch with this `branchId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
limit
The number of versions to return. Defaults to 20. -
offset
The number of versions to skip before starting to collect the result set. Defaults to 0.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details