Uses of Class
com.gentics.contentnode.rest.model.BreadcrumbItem
-
Packages that use BreadcrumbItem Package Description com.gentics.contentnode.rest.model -
-
Uses of BreadcrumbItem in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return BreadcrumbItem Modifier and Type Method Description BreadcrumbItem
BreadcrumbItem. setGlobalId(String globalId)
Set the global IDBreadcrumbItem
BreadcrumbItem. setId(Integer id)
Set the IDBreadcrumbItem
BreadcrumbItem. setName(String name)
Set the nameMethods in com.gentics.contentnode.rest.model that return types with arguments of type BreadcrumbItem Modifier and Type Method Description List<BreadcrumbItem>
Folder. getBreadcrumbs()
Breadcrums of the folder.Method parameters in com.gentics.contentnode.rest.model with type arguments of type BreadcrumbItem Modifier and Type Method Description void
Folder. setBreadcrumbs(List<BreadcrumbItem> breadcrumbs)
Set the breadcrumbs
-