Class ArtifactsRequestBuilder.GetQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.v2.search.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 paginated list of all artifacts that match the provided filter criteria.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFilter by contentId.Filter by description.Filter by globalId.Filter by artifact group.String[]Filter by label.The number of artifacts to return.Filter by artifact name.The number of artifacts to skip before starting to collect the result set.Sort order, ascending (`asc`) or descending (`desc`).The field to sort by.String[]Filter by one or more name/value property. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
contentId
Filter by contentId. -
description
Filter by description. -
globalId
Filter by globalId. -
group
Filter by artifact group. -
labels
Filter by label. Include one or more label to only return artifacts containing all of thespecified labels. -
limit
The number of artifacts to return. Defaults to 20. -
name
Filter by artifact name. -
offset
The number of artifacts to skip before starting to collect 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` -
properties
Filter by one or more name/value property. Separate each name/value pair using a colon. Forexample `properties=foo:bar` will return only artifacts with a custom property named `foo`and value `bar`.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details