Class Post
java.lang.Object
org.apache.camel.component.wordpress.api.model.Publishable
org.apache.camel.component.wordpress.api.model.TextPublishable
org.apache.camel.component.wordpress.api.model.Post
- All Implemented Interfaces:
Serializable
Represents a Wordpress Post.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTags()isStick()voidsetCategories(List<Integer> categories) voidvoidsetLiveblogLikes(Integer liveblogLikes) voidsetPassword(String password) voidvoidMethods inherited from class org.apache.camel.component.wordpress.api.model.TextPublishable
getCommentStatus, getContent, getExcerpt, getFeaturedMedia, getGuid, getLink, getMeta, getPingStatus, getStatus, getTemplate, getTitle, getType, setCommentStatus, setContent, setExcerpt, setFeaturedMedia, setGuid, setLink, setMeta, setPingStatus, setStatus, setTemplate, setTitle, setType, toStringMethods inherited from class org.apache.camel.component.wordpress.api.model.Publishable
getAuthor, getDate, getDateGmt, getId, getModified, getModifiedGmt, getSlug, setAuthor, setDate, setDateGmt, setId, setModified, setModifiedGmt, setSlug
-
Constructor Details
-
Post
public Post()
-
-
Method Details
-
getPassword
-
setPassword
-
getFormat
-
setFormat
-
isStick
-
setStick
-
getCategories
-
setCategories
-
getTags
-
setTags
-
getLiveblogLikes
-
setLiveblogLikes
-