Uses of Enum Class
io.apicurio.registry.rest.v3.beans.GroupSortBy
Packages that use GroupSortBy
-
Uses of GroupSortBy in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type GroupSortByModifier and TypeMethodDescriptionGroupsResource.listGroups(BigInteger limit, BigInteger offset, SortOrder order, GroupSortBy orderby) Returns a list of all groups.SearchResource.searchGroups(BigInteger offset, BigInteger limit, SortOrder order, GroupSortBy orderby, List<String> labels, String description, String groupId) Returns a paginated list of all groups that match the provided filter criteria. -
Uses of GroupSortBy in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return GroupSortByModifier and TypeMethodDescriptionstatic GroupSortBystatic GroupSortByReturns the enum constant of this class with the specified name.static GroupSortBy[]GroupSortBy.values()Returns an array containing the constants of this enum class, in the order they are declared.