Uses of Class
odata.msgraph.client.entity.PrintUsage
-
Packages that use PrintUsage Package Description odata.msgraph.client.entity -
-
Uses of PrintUsage in odata.msgraph.client.entity
Subclasses of PrintUsage in odata.msgraph.client.entity Modifier and Type Class Description classPrintUsageByPrinterclassPrintUsageByUserMethods in odata.msgraph.client.entity that return PrintUsage Modifier and Type Method Description PrintUsagePrintUsage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrintUsagePrintUsage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrintUsagePrintUsage. withBlackAndWhitePageCount(Long blackAndWhitePageCount)PrintUsagePrintUsage. withColorPageCount(Long colorPageCount)PrintUsagePrintUsage. withCompletedBlackAndWhiteJobCount(Long completedBlackAndWhiteJobCount)PrintUsagePrintUsage. withCompletedColorJobCount(Long completedColorJobCount)PrintUsagePrintUsage. withCompletedJobCount(Long completedJobCount)PrintUsagePrintUsage. withDoubleSidedSheetCount(Long doubleSidedSheetCount)PrintUsagePrintUsage. withIncompleteJobCount(Long incompleteJobCount)PrintUsagePrintUsage. withMediaSheetCount(Long mediaSheetCount)PrintUsagePrintUsage. withPageCount(Long pageCount)PrintUsagePrintUsage. withSingleSidedSheetCount(Long singleSidedSheetCount)PrintUsagePrintUsage. withUnmappedField(String name, Object value)PrintUsagePrintUsage. withUsageDate(LocalDate usageDate)
-