Uses of Class
org.apache.camel.component.wordpress.api.model.Category
Packages that use Category
Package
Description
-
Uses of Category in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return CategoryModifier and TypeMethodDescriptionprotected Categoryprotected Categoryprotected CategoryWordpressServiceCategoriesAdapter.doRetrieve(Integer entityID, Context context) protected CategoryMethods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type CategoryModifier and TypeMethodDescriptionWordpressServiceCategoriesAdapter.list(CategorySearchCriteria criteria) Methods in org.apache.camel.component.wordpress.api.service.impl with parameters of type Category -
Uses of Category in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return CategoryModifier and TypeMethodDescriptionMethods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type CategoryModifier and TypeMethodDescriptionCategoriesSPI.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) Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type Category