Uses of Class
org.openiam.base.OrderConstants
-
Packages that use OrderConstants Package Description org.openiam.base org.openiam.base.ws Bases that are used when the API is exposed as web services. -
-
Uses of OrderConstants in org.openiam.base
Methods in org.openiam.base that return OrderConstants Modifier and Type Method Description static OrderConstantsOrderConstants. getFromString(String val)static OrderConstantsOrderConstants. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderConstants[]OrderConstants. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrderConstants in org.openiam.base.ws
Methods in org.openiam.base.ws that return OrderConstants Modifier and Type Method Description OrderConstantsSortParam. getOrderBy()Methods in org.openiam.base.ws with parameters of type OrderConstants Modifier and Type Method Description voidSortParam. setOrderBy(OrderConstants orderBy)Constructors in org.openiam.base.ws with parameters of type OrderConstants Constructor Description SortParam(OrderConstants orderBy, String sortBy)Deprecated.SortParam(OrderConstants orderBy, SortBy sortBy)
-