Uses of Enum Class
io.apicurio.registry.rest.v3.beans.VersionSortBy
Packages that use VersionSortBy
-
Uses of VersionSortBy in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type VersionSortByModifier and TypeMethodDescriptionGroupsResource.listArtifactVersions(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, BigInteger offset, BigInteger limit, SortOrder order, VersionSortBy orderby) Returns a list of all versions of the artifact.SearchResource.searchVersions(@Pattern(regexp="^[a-zA-Z0-9._\\-+]{1,256}$") String version, BigInteger offset, BigInteger limit, SortOrder order, VersionSortBy orderby, List<String> labels, String description, @Pattern(regexp="^.{1,512}$") String groupId, Long globalId, Long contentId, @Pattern(regexp="^.{1,512}$") String artifactId, String name, VersionState state) Returns a paginated list of all versions that match the provided filter criteria.SearchResource.searchVersionsByContent(Boolean canonical, String artifactType, BigInteger offset, BigInteger limit, SortOrder order, VersionSortBy orderby, @Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, @NotNull InputStream data) Returns a paginated list of all versions that match the posted content. -
Uses of VersionSortBy in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return VersionSortByModifier and TypeMethodDescriptionstatic VersionSortBystatic VersionSortByReturns the enum constant of this class with the specified name.static VersionSortBy[]VersionSortBy.values()Returns an array containing the constants of this enum class, in the order they are declared.