Package | Description |
---|---|
org.apache.camel.component.wordpress.api.model | |
org.apache.camel.component.wordpress.api.service.spi |
Modifier and Type | Method and Description |
---|---|
UserOrderBy |
UserSearchCriteria.getOrderBy() |
static UserOrderBy |
UserOrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserOrderBy[] |
UserOrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSearchCriteria.setOrderBy(UserOrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
List<User> |
UsersSPI.list(String apiVersion,
Context context,
Integer page,
Integer perPage,
String search,
List<Integer> exclude,
List<Integer> include,
List<Integer> offset,
Order order,
UserOrderBy orderBy,
List<String> slug,
List<String> roles) |
Apache Camel