Uses of Class
io.apicurio.registry.rest.v2.beans.SortBy
-
Packages that use SortBy Package Description io.apicurio.registry.rest.v2 io.apicurio.registry.rest.v2.beans -
-
Uses of SortBy in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type SortBy 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 SortBy in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return SortBy Modifier and Type Method Description static SortBy
SortBy. fromValue(String value)
static SortBy
SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortBy[]
SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-