Uses of Class
org.apache.camel.component.wordpress.api.model.TagOrderBy
-
Packages that use TagOrderBy Package Description org.apache.camel.component.wordpress.api.model org.apache.camel.component.wordpress.api.service.spi -
-
Uses of TagOrderBy in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return TagOrderBy Modifier and Type Method Description TagOrderByTagSearchCriteria. getOrderBy()static TagOrderByTagOrderBy. valueOf(String name)Returns the enum constant of this type with the specified name.static TagOrderBy[]TagOrderBy. 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 TagOrderBy Modifier and Type Method Description voidTagSearchCriteria. setOrderBy(TagOrderBy orderBy) -
Uses of TagOrderBy in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type TagOrderBy Modifier and Type Method Description List<Tag>TagsSPI. list(String apiVersion, Context context, Integer page, Integer perPage, String search, List<Integer> exclude, List<Integer> include, List<Integer> offset, Order order, TagOrderBy orderBy, Boolean hideEmpty, Integer post, String slug)
-