Uses of Class
com.gentics.contentnode.rest.model.ContentNodeItem
-
Packages that use ContentNodeItem Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.response -
-
Uses of ContentNodeItem in com.gentics.contentnode.rest.model
Subclasses of ContentNodeItem in com.gentics.contentnode.rest.model Modifier and Type Class Description class
File
File object, represents a File in GCNclass
Folder
Folder object, representing a Folder in GCNclass
Image
Image object, represents an Image in GCNclass
Node
REST Model for a Nodeclass
Page
Page object representing a page in GCN -
Uses of ContentNodeItem in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type ContentNodeItem Modifier and Type Method Description List<? extends ContentNodeItem>
ItemListResponse. getItems()
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type ContentNodeItem Modifier and Type Method Description void
ItemListResponse. setItems(List<? extends ContentNodeItem> items)
NOTE: items won't be listed correctly until a setter is defined
-