Class PostSearchCriteria
java.lang.Object
org.apache.camel.component.wordpress.api.model.SearchCriteria
org.apache.camel.component.wordpress.api.model.PublishableSearchCriteria
org.apache.camel.component.wordpress.api.model.PostSearchCriteria
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStick()getTags()voidsetCategories(List<String> categories) voidsetCategoriesExclude(List<String> categoriesExclude) voidsetOrderBy(PostOrderBy orderBy) voidvoidvoidsetTagsExclude(List<String> tagsExclude) Methods inherited from class org.apache.camel.component.wordpress.api.model.PublishableSearchCriteria
getAfter, getAuthor, getAuthorExclude, getBefore, getContext, getOffset, getSlug, getStatus, setAfter, setAuthor, setAuthorExclude, setBefore, setContext, setOffset, setSlug, setStatusMethods inherited from class org.apache.camel.component.wordpress.api.model.SearchCriteria
getExclude, getInclude, getOrder, getPage, getPerPage, getSearch, setExclude, setInclude, setOrder, setPage, setPerPage, setSearch, toString
-
Constructor Details
-
PostSearchCriteria
public PostSearchCriteria()
-
-
Method Details
-
getOrderBy
-
setOrderBy
-
getCategories
-
setCategories
-
getCategoriesExclude
-
setCategoriesExclude
-
getTags
-
setTags
-
getTagsExclude
-
setTagsExclude
-
getStick
-
setStick
-