Package | Description |
---|---|
org.apache.camel.component.wordpress.api.model |
Modifier and Type | Method and Description |
---|---|
Content |
TextPublishable.getContent() |
Content |
Comment.getContent() |
Content |
TextPublishable.getExcerpt() |
Content |
TextPublishable.getGuid() |
Content |
TextPublishable.getTitle() |
Modifier and Type | Method and Description |
---|---|
List<Content> |
TextPublishable.getMeta() |
Modifier and Type | Method and Description |
---|---|
void |
TextPublishable.setContent(Content content) |
void |
Comment.setContent(Content content) |
void |
TextPublishable.setExcerpt(Content excerpt) |
void |
TextPublishable.setGuid(Content guid) |
void |
TextPublishable.setTitle(Content title) |
Modifier and Type | Method and Description |
---|---|
void |
TextPublishable.setMeta(List<Content> meta) |
Apache Camel