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