Class ArtifactsRequestBuilder.GetQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.groups.item.artifacts.ArtifactsRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
ArtifactsRequestBuilder
@Generated("com.microsoft.kiota")
public class ArtifactsRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Returns a list of all artifacts in the group. This list is paged.
-
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 artifacts to return. Defaults to 20. -
offset
The number of artifacts to skip before starting the result set. Defaults to 0. -
order
Sort order, ascending (`asc`) or descending (`desc`). -
orderby
The field to sort by. Can be one of:* `name`* `createdOn`
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details