Uses of Class
com.gentics.contentnode.rest.model.response.TotalUsageInfo
-
Packages that use TotalUsageInfo Package Description com.gentics.contentnode.rest.model.response -
-
Uses of TotalUsageInfo in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return TotalUsageInfo Modifier and Type Method Description TotalUsageInfo
TotalUsageInfo. setFiles(Integer files)
Set the total number of files.TotalUsageInfo
TotalUsageInfo. setFolders(Integer folders)
Set the total number of folder.TotalUsageInfo
TotalUsageInfo. setImages(Integer images)
Set the total number of images.TotalUsageInfo
TotalUsageInfo. setPages(Integer pages)
Set the total number of pages.TotalUsageInfo
TotalUsageInfo. setTemplates(Integer templates)
Set the total number of templates.TotalUsageInfo
TotalUsageInfo. setTotal(int total)
Set the total number of all elements which use one or more source elements.Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type TotalUsageInfo Modifier and Type Method Description Map<Integer,TotalUsageInfo>
TotalUsageResponse. getInfos()
Return the total usage response map.Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type TotalUsageInfo Modifier and Type Method Description void
TotalUsageResponse. setInfos(Map<Integer,TotalUsageInfo> infos)
Set the total usage response map.
-