Uses of Enum Class
org.apache.camel.component.wordpress.api.model.CommentOrderBy
Packages that use CommentOrderBy
Package
Description
-
Uses of CommentOrderBy in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return CommentOrderByModifier and TypeMethodDescriptionCommentSearchCriteria.getOrderBy()static CommentOrderByReturns the enum constant of this class with the specified name.static CommentOrderBy[]CommentOrderBy.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 CommentOrderBy -
Uses of CommentOrderBy in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type CommentOrderByModifier and TypeMethodDescriptionCommentsSPI.list(String apiVersion, Context context, Integer page, Integer perPage, String search, Date after, List<Integer> author, List<Integer> authorExclude, String authorEmail, Date before, List<Integer> exclude, List<Integer> include, Integer karma, List<Integer> offset, Order order, CommentOrderBy orderBy, List<Integer> parent, List<Integer> parentExclude, List<Integer> post, CommentStatus status, String type)