Uses of Enum
io.apicurio.registry.rest.v2.beans.SortBy
Packages that use SortBy
-
Uses of SortBy in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type SortByModifier and TypeMethodDescriptionGroupsResource.listArtifactsInGroup(String groupId, Integer limit, Integer offset, SortOrder order, SortBy orderby) Returns a list of all artifacts in the group.GroupsResource.listGroups(Integer limit, Integer offset, SortOrder order, SortBy orderby) Returns a list of all groups.SearchResource.searchArtifacts(String name, Integer offset, Integer limit, SortOrder order, SortBy orderby, List<String> labels, List<String> properties, String description, String group, Long globalId, Long contentId) Returns a paginated list of all artifacts that match the provided filter criteria.SearchResource.searchArtifactsByContent(Boolean canonical, String artifactType, Integer offset, Integer limit, SortOrder order, SortBy orderby, InputStream data) Returns a paginated list of all artifacts with at least one version that matches the posted content. -
Uses of SortBy in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return SortBy