Uses of Enum Class
org.apache.camel.component.wordpress.api.model.CategoryOrderBy
Packages that use CategoryOrderBy
Package
Description
-
Uses of CategoryOrderBy in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return CategoryOrderByModifier and TypeMethodDescriptionCategorySearchCriteria.getOrderBy()static CategoryOrderByReturns the enum constant of this class with the specified name.static CategoryOrderBy[]CategoryOrderBy.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 CategoryOrderByModifier and TypeMethodDescriptionvoidCategorySearchCriteria.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