Uses of Class
org.openiam.base.ws.SortBy
-
Packages that use SortBy Package Description org.openiam.base.ws Bases that are used when the API is exposed as web services. -
-
Uses of SortBy in org.openiam.base.ws
Methods in org.openiam.base.ws that return SortBy Modifier and Type Method Description static SortBy
SortBy. getByNameOrValue(String name)
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.Methods in org.openiam.base.ws with parameters of type SortBy Modifier and Type Method Description void
SortParam. setSortBy(@NotNull SortBy sortBy)
Constructors in org.openiam.base.ws with parameters of type SortBy Constructor Description SortParam(OrderConstants orderBy, SortBy sortBy)
SortParam(SortBy sortBy)
-