Class GroupsRequestBuilder.GetQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.search.groups.GroupsRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
GroupsRequestBuilder
@Generated("com.microsoft.kiota")
public class GroupsRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Returns a paginated list of all groups that match the provided filter criteria.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)
-
Field Summary
FieldsModifier and TypeFieldDescriptionFilter by description.Filter by group name.String[]Filter by one or more name/value label.The number of artifacts to return.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. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
description
Filter by description. -
groupId
Filter by group name. -
labels
Filter by one or more name/value label. Separate each name/value pair using a colon. Forexample `labels=foo:bar` will return only artifacts with a label named `foo`and value `bar`. -
limit
The number of artifacts to return. Defaults to 20. -
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`
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details