| Package | Description |
|---|---|
| com.oracle.sites.visitors.api.visitor |
Provides interfaces and beans that define the structure of Visitors' data in Visitor Services.
|
| Modifier and Type | Method and Description |
|---|---|
static OrderType |
OrderType.fromString(String code)
fromString.
|
OrderType |
UserCriteria.getOrderType()
Getter for the field
orderType. |
static OrderType |
OrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderType[] |
OrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserCriteria.setOrderType(OrderType orderType)
Setter for the field
orderType. |