Uses of Class
odata.msgraph.client.beta.entity.PrintUsage
-
Packages that use PrintUsage Package Description odata.msgraph.client.beta.entity -
-
Uses of PrintUsage in odata.msgraph.client.beta.entity
Subclasses of PrintUsage in odata.msgraph.client.beta.entity Modifier and Type Class Description classPrintUsageByPrinterclassPrintUsageByUserMethods in odata.msgraph.client.beta.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. withCompletedBlackAndWhiteJobCount(Long completedBlackAndWhiteJobCount)PrintUsagePrintUsage. withCompletedColorJobCount(Long completedColorJobCount)PrintUsagePrintUsage. withIncompleteJobCount(Long incompleteJobCount)PrintUsagePrintUsage. withUnmappedField(String name, String value)PrintUsagePrintUsage. withUsageDate(LocalDate usageDate)
-