Uses of Class
io.apicurio.registry.rest.client.models.GroupSearchResults
Packages that use GroupSearchResults
Package
Description
-
Uses of GroupSearchResults in io.apicurio.registry.rest.client.groups
Methods in io.apicurio.registry.rest.client.groups that return GroupSearchResultsModifier and TypeMethodDescriptionGroupsRequestBuilder.get()Returns a list of all groups.GroupsRequestBuilder.get(Consumer<GroupsRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a list of all groups. -
Uses of GroupSearchResults in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return GroupSearchResultsModifier and TypeMethodDescriptionstatic GroupSearchResultsGroupSearchResults.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value -
Uses of GroupSearchResults in io.apicurio.registry.rest.client.search.groups
Methods in io.apicurio.registry.rest.client.search.groups that return GroupSearchResultsModifier and TypeMethodDescriptionGroupsRequestBuilder.get()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`)GroupsRequestBuilder.get(Consumer<GroupsRequestBuilder.GetRequestConfiguration> requestConfiguration) 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`)