Uses of Class
com.gentics.contentnode.rest.model.Overview.ListType
-
Packages that use Overview.ListType Package Description com.gentics.contentnode.rest.model -
-
Uses of Overview.ListType in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Overview.ListType Modifier and Type Method Description Overview.ListType
Overview. getListType()
List Typestatic Overview.ListType
Overview.ListType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Overview.ListType[]
Overview.ListType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model that return types with arguments of type Overview.ListType Modifier and Type Method Description List<Overview.ListType>
OverviewSetting. getListTypes()
Allowed types of listed objectsMethods in com.gentics.contentnode.rest.model with parameters of type Overview.ListType Modifier and Type Method Description void
Overview. setListType(Overview.ListType listType)
Method parameters in com.gentics.contentnode.rest.model with type arguments of type Overview.ListType Modifier and Type Method Description void
OverviewSetting. setListTypes(List<Overview.ListType> listTypes)
Set list types
-