Uses of Enum Class
org.apache.camel.component.wordpress.api.model.PostOrderBy
Packages that use PostOrderBy
Package
Description
-
Uses of PostOrderBy in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return PostOrderByModifier and TypeMethodDescriptionPostSearchCriteria.getOrderBy()static PostOrderByReturns the enum constant of this class with the specified name.static PostOrderBy[]PostOrderBy.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 PostOrderBy -
Uses of PostOrderBy in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type PostOrderByModifier and TypeMethodDescriptionPostsSPI.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)