Uses of Class
io.apicurio.multitenant.api.datamodel.SortBy
-
Packages that use SortBy Package Description io.apicurio.multitenant.api io.apicurio.multitenant.api.datamodel -
-
Uses of SortBy in io.apicurio.multitenant.api
Methods in io.apicurio.multitenant.api with parameters of type SortBy 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 SortBy in io.apicurio.multitenant.api.datamodel
Methods in io.apicurio.multitenant.api.datamodel 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.
-