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
public class Post extends TextPublishable implements Serializable
Represents a Wordpress Post.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Post()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getCategories()FormatgetFormat()IntegergetLiveblogLikes()StringgetPassword()List<Integer>getTags()BooleanisStick()voidsetCategories(List<Integer> categories)voidsetFormat(Format format)voidsetLiveblogLikes(Integer liveblogLikes)voidsetPassword(String password)voidsetStick(Boolean stick)voidsetTags(List<Integer> tags)-
Methods 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, toString
-
Methods 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
-
-
-
-
Method Detail
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getFormat
public Format getFormat()
-
setFormat
public void setFormat(Format format)
-
isStick
public Boolean isStick()
-
setStick
public void setStick(Boolean stick)
-
getLiveblogLikes
public Integer getLiveblogLikes()
-
setLiveblogLikes
public void setLiveblogLikes(Integer liveblogLikes)
-
-