Uses of Enum Class
org.apache.camel.component.wordpress.api.model.PublishableStatus
Packages that use PublishableStatus
Package
Description
-
Uses of PublishableStatus in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return PublishableStatusModifier and TypeMethodDescriptionstatic PublishableStatusPublishableStatus.fromString(String arg) PublishableSearchCriteria.getStatus()TextPublishable.getStatus()static PublishableStatusReturns the enum constant of this class with the specified name.static PublishableStatus[]PublishableStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.wordpress.api.model with parameters of type PublishableStatusModifier and TypeMethodDescriptionvoidPublishableSearchCriteria.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 PublishableStatusModifier and TypeMethodDescriptionPagesSPI.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) 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)