Uses of Class
com.gentics.contentnode.rest.model.Overview.SelectType
-
Packages that use Overview.SelectType Package Description com.gentics.contentnode.rest.model -
-
Uses of Overview.SelectType in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Overview.SelectType Modifier and Type Method Description Overview.SelectType
Overview. getSelectType()
Selection Typestatic Overview.SelectType
Overview.SelectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Overview.SelectType[]
Overview.SelectType. 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.SelectType Modifier and Type Method Description List<Overview.SelectType>
OverviewSetting. getSelectTypes()
Allowed ways to select objectsMethods in com.gentics.contentnode.rest.model with parameters of type Overview.SelectType Modifier and Type Method Description void
Overview. setSelectType(Overview.SelectType selectType)
Method parameters in com.gentics.contentnode.rest.model with type arguments of type Overview.SelectType Modifier and Type Method Description void
OverviewSetting. setSelectTypes(List<Overview.SelectType> selectTypes)
Set select types
-