Uses of Class
io.apicurio.multitenant.api.datamodel.SortOrder
-
Packages that use SortOrder Package Description io.apicurio.multitenant.api io.apicurio.multitenant.api.datamodel -
-
Uses of SortOrder in io.apicurio.multitenant.api
Methods in io.apicurio.multitenant.api with parameters of type SortOrder Modifier and Type Method Description RegistryTenantList
TenantsResource. getTenants(String status, @Min(0L) Integer offset, @Min(1L) @Max(500L) Integer limit, SortOrder order, SortBy orderby)
Gets a list of `RegistryTenant` entities according to the query parameters set. -
Uses of SortOrder in io.apicurio.multitenant.api.datamodel
Methods in io.apicurio.multitenant.api.datamodel 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.
-