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