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