Uses of Class
com.gentics.contentnode.rest.model.response.TotalUsageInfo
-
Uses of TotalUsageInfo in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionSet the total number of files.TotalUsageInfo.setFolders
(Integer folders) Set the total number of folder.Set the total number of images.Set the total number of pages.TotalUsageInfo.setTemplates
(Integer templates) Set the total number of templates.TotalUsageInfo.setTotal
(int total) Set the total number of all elements which use one or more source elements.Modifier and TypeMethodDescriptionTotalUsageResponse.getInfos()
Return the total usage response map.Modifier and TypeMethodDescriptionvoid
TotalUsageResponse.setInfos
(Map<Integer, TotalUsageInfo> infos) Set the total usage response map.