Uses of Class
odata.msgraph.client.entity.PrintUsageByUser
-
Packages that use PrintUsageByUser Package Description odata.msgraph.client.entity -
-
Uses of PrintUsageByUser in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type PrintUsageByUser Modifier and Type Field Description protected List<PrintUsageByUser>ReportRoot. dailyPrintUsageByUserprotected List<PrintUsageByUser>ReportRoot. monthlyPrintUsageByUserMethods in odata.msgraph.client.entity that return PrintUsageByUser Modifier and Type Method Description PrintUsageByUserPrintUsageByUser.Builder. build()PrintUsageByUserPrintUsageByUser. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrintUsageByUserPrintUsageByUser. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrintUsageByUserPrintUsageByUser. withUnmappedField(String name, Object value)PrintUsageByUserPrintUsageByUser. withUserPrincipalName(String userPrincipalName)Methods in odata.msgraph.client.entity with parameters of type PrintUsageByUser Modifier and Type Method Description ReportRoot.BuilderReportRoot.Builder. dailyPrintUsageByUser(PrintUsageByUser... dailyPrintUsageByUser)ReportRoot.BuilderReportRoot.Builder. monthlyPrintUsageByUser(PrintUsageByUser... monthlyPrintUsageByUser)Method parameters in odata.msgraph.client.entity with type arguments of type PrintUsageByUser Modifier and Type Method Description ReportRoot.BuilderReportRoot.Builder. dailyPrintUsageByUser(List<PrintUsageByUser> dailyPrintUsageByUser)ReportRoot.BuilderReportRoot.Builder. monthlyPrintUsageByUser(List<PrintUsageByUser> monthlyPrintUsageByUser)ReportRootReportRoot. withDailyPrintUsageByUser(List<PrintUsageByUser> dailyPrintUsageByUser)ReportRootReportRoot. withMonthlyPrintUsageByUser(List<PrintUsageByUser> monthlyPrintUsageByUser)
-