Uses of Class
com.gentics.contentnode.rest.model.Overview.OrderBy
-
Packages that use Overview.OrderBy Package Description com.gentics.contentnode.rest.model -
-
Uses of Overview.OrderBy in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Overview.OrderBy Modifier and Type Method Description Overview.OrderBy
Overview. getOrderBy()
Order Bystatic Overview.OrderBy
Overview.OrderBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Overview.OrderBy[]
Overview.OrderBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model with parameters of type Overview.OrderBy Modifier and Type Method Description void
Overview. setOrderBy(Overview.OrderBy orderBy)
-