Uses of Enum Class
io.apicurio.registry.rest.v3.beans.ArtifactSortBy
Packages that use ArtifactSortBy
-
Uses of ArtifactSortBy in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type ArtifactSortByModifier and TypeMethodDescriptionGroupsResource.listArtifactsInGroup(@Pattern(regexp="^.{1,512}$") String groupId, BigInteger limit, BigInteger offset, SortOrder order, ArtifactSortBy orderby) Returns a list of all artifacts in the group.SearchResource.searchArtifacts(String name, BigInteger offset, BigInteger limit, SortOrder order, ArtifactSortBy orderby, List<String> labels, String description, String groupId, Long globalId, Long contentId, String artifactId) Returns a paginated list of all artifacts that match the provided filter criteria.SearchResource.searchArtifactsByContent(Boolean canonical, String artifactType, String groupId, BigInteger offset, BigInteger limit, SortOrder order, ArtifactSortBy orderby, @NotNull InputStream data) Returns a paginated list of all artifacts with at least one version that matches the posted content. -
Uses of ArtifactSortBy in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return ArtifactSortByModifier and TypeMethodDescriptionstatic ArtifactSortBystatic ArtifactSortByReturns the enum constant of this class with the specified name.static ArtifactSortBy[]ArtifactSortBy.values()Returns an array containing the constants of this enum class, in the order they are declared.