Package | Description |
---|---|
io.apicurio.registry.rest | |
io.apicurio.registry.rest.beans |
Modifier and Type | Method and Description |
---|---|
ArtifactSearchResults |
SearchResource.searchArtifacts(String search,
Integer offset,
Integer limit,
SearchOver over,
SortOrder order)
Returns a paginated list of all artifacts that match the provided search criteria.
|
Modifier and Type | Method and 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.
|
Copyright © 2020 Red Hat. All rights reserved.