Uses of Enum Class
io.apicurio.registry.rest.v2.beans.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type SortOrderModifier and TypeMethodDescriptionGroupsResource.listArtifactsInGroup(String groupId, BigInteger limit, BigInteger offset, SortOrder order, SortBy orderby) Returns a list of all artifacts in the group.GroupsResource.listGroups(BigInteger limit, BigInteger offset, SortOrder order, SortBy orderby) Returns a list of all groups.SearchResource.searchArtifacts(String name, BigInteger offset, BigInteger 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, BigInteger offset, BigInteger limit, SortOrder order, SortBy orderby, @NotNull InputStream data) Returns a paginated list of all artifacts with at least one version that matches the posted content. -
Uses of SortOrder in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return SortOrder