Class TagSearchCriteria
- java.lang.Object
-
- org.apache.camel.component.wordpress.api.model.SearchCriteria
-
- org.apache.camel.component.wordpress.api.model.ClassifierSearchCriteria
-
- org.apache.camel.component.wordpress.api.model.TagSearchCriteria
-
- All Implemented Interfaces:
Serializable
public class TagSearchCriteria extends ClassifierSearchCriteria
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagSearchCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getOffset()TagOrderBygetOrderBy()voidsetOffset(List<Integer> offset)voidsetOrderBy(TagOrderBy orderBy)-
Methods inherited from class org.apache.camel.component.wordpress.api.model.ClassifierSearchCriteria
getContext, getPostId, getSlug, isHideEmpty, setContext, setHideEmpty, setPostId, setSlug
-
Methods inherited from class org.apache.camel.component.wordpress.api.model.SearchCriteria
getExclude, getInclude, getOrder, getPage, getPerPage, getSearch, setExclude, setInclude, setOrder, setPage, setPerPage, setSearch, toString
-
-
-
-
Method Detail
-
getOrderBy
public TagOrderBy getOrderBy()
-
setOrderBy
public void setOrderBy(TagOrderBy orderBy)
-
-