Uses of Class
com.gentics.contentnode.rest.model.response.TotalUsageInfo
Packages that use TotalUsageInfo
-
Uses of TotalUsageInfo in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return TotalUsageInfoModifier 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.Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type TotalUsageInfoModifier and TypeMethodDescriptionTotalUsageResponse.getInfos()
Return the total usage response map.Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type TotalUsageInfoModifier and TypeMethodDescriptionvoid
TotalUsageResponse.setInfos
(Map<Integer, TotalUsageInfo> infos) Set the total usage response map.