Package | Description |
---|---|
org.apache.camel.component.wordpress.api.model | |
org.apache.camel.component.wordpress.api.service.spi |
Modifier and Type | Method and Description |
---|---|
CommentStatus |
CommentSearchCriteria.getStatus() |
static CommentStatus |
CommentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentStatus[] |
CommentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentSearchCriteria.setStatus(CommentStatus status) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentsSPI.list(String apiVersion,
Context context,
Integer page,
Integer perPage,
String search,
Date after,
List<Integer> author,
List<Integer> authorExclude,
String authorEmail,
Date before,
List<Integer> exclude,
List<Integer> include,
Integer karma,
List<Integer> offset,
Order order,
CommentOrderBy orderBy,
List<Integer> parent,
List<Integer> parentExclude,
List<Integer> post,
CommentStatus status,
String type) |
Apache Camel