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