Package | Description |
---|---|
org.apache.camel.component.wordpress.api.model | |
org.apache.camel.component.wordpress.api.service.spi |
Modifier and Type | Method and Description |
---|---|
PostOrderBy |
PostSearchCriteria.getOrderBy() |
static PostOrderBy |
PostOrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostOrderBy[] |
PostOrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PostSearchCriteria.setOrderBy(PostOrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
List<Post> |
PostsSPI.list(String apiVersion,
Context context,
Integer page,
Integer perPage,
String search,
Date after,
List<Integer> author,
List<Integer> authorExclude,
Date before,
List<Integer> exclude,
List<Integer> include,
List<Integer> offset,
Order order,
PostOrderBy orderBy,
List<String> slug,
PublishableStatus status,
List<String> categories,
List<String> categoriesExclude,
List<String> tags,
List<String> tagsExclude,
Boolean stick) |
Apache Camel