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