Uses of Class
io.apicurio.registry.rest.v2.beans.SortOrder
-
Packages that use SortOrder Package Description io.apicurio.registry.rest.v2 io.apicurio.registry.rest.v2.beans -
-
Uses of SortOrder in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type SortOrder Modifier and Type Method Description ArtifactSearchResults
GroupsResource. listArtifactsInGroup(String groupId, Integer limit, Integer offset, SortOrder order, SortBy orderby)
Returns a list of all artifacts in the group.ArtifactSearchResults
SearchResource. searchArtifacts(String name, Integer offset, Integer limit, SortOrder order, SortBy orderby, List<String> labels, List<String> properties, String description, String group)
Returns a paginated list of all artifacts that match the provided filter criteria.ArtifactSearchResults
SearchResource. searchArtifactsByContent(Boolean canonical, ArtifactType 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 SortOrder in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return SortOrder Modifier and Type Method Description static SortOrder
SortOrder. fromValue(String value)
static SortOrder
SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-