Class PostSearchCriteria

    • Constructor Detail

      • PostSearchCriteria

        public PostSearchCriteria()
    • Method Detail

      • setOrderBy

        public void setOrderBy​(PostOrderBy orderBy)
      • getCategories

        public List<String> getCategories()
      • setCategories

        public void setCategories​(List<String> categories)
      • getCategoriesExclude

        public List<String> getCategoriesExclude()
      • setCategoriesExclude

        public void setCategoriesExclude​(List<String> categoriesExclude)
      • setTags

        public void setTags​(List<String> tags)
      • getTagsExclude

        public List<String> getTagsExclude()
      • setTagsExclude

        public void setTagsExclude​(List<String> tagsExclude)
      • getStick

        public Boolean getStick()
      • setStick

        public void setStick​(Boolean stick)