Uses of Class
org.apache.camel.component.wordpress.api.model.PublishableStatus
-
Packages that use PublishableStatus Package Description org.apache.camel.component.wordpress.api.model org.apache.camel.component.wordpress.api.service.spi -
-
Uses of PublishableStatus in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return PublishableStatus Modifier and Type Method Description static PublishableStatusPublishableStatus. fromString(String arg)PublishableStatusPublishableSearchCriteria. getStatus()PublishableStatusTextPublishable. getStatus()static PublishableStatusPublishableStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PublishableStatus[]PublishableStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.wordpress.api.model with parameters of type PublishableStatus Modifier and Type Method Description voidPublishableSearchCriteria. setStatus(PublishableStatus status)voidTextPublishable. setStatus(PublishableStatus status) -
Uses of PublishableStatus in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type PublishableStatus Modifier and Type Method Description List<Page>PagesSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, Date after, List<Integer> author, List<Integer> authorExclude, Date before, List<Integer> exclude, List<Integer> include, Integer menuOrder, List<Integer> offset, Order order, PageOrderBy orderBy, Integer parent, Integer parentExclude, List<String> slug, PublishableStatus status, String filter)List<Post>PostsSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, Date after, List<Integer> author, List<Integer> authorExclude, Date before, List<Integer> exclude, List<Integer> include, List<Integer> offset, Order order, PostOrderBy orderBy, List<String> slug, PublishableStatus status, List<String> categories, List<String> categoriesExclude, List<String> tags, List<String> tagsExclude, Boolean stick)
-