Uses of Class
odata.msgraph.client.entity.ReportRoot
-
Packages that use ReportRoot Package Description odata.msgraph.client.entity -
-
Uses of ReportRoot in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return ReportRoot Modifier and Type Method Description ReportRootReportRoot.Builder. build()ReportRootReportRoot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ReportRootReportRoot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ReportRootReportRoot. withAuthenticationMethods(AuthenticationMethodsRoot authenticationMethods)ReportRootReportRoot. withDailyPrintUsageByPrinter(List<PrintUsageByPrinter> dailyPrintUsageByPrinter)ReportRootReportRoot. withDailyPrintUsageByUser(List<PrintUsageByUser> dailyPrintUsageByUser)ReportRootReportRoot. withMonthlyPrintUsageByPrinter(List<PrintUsageByPrinter> monthlyPrintUsageByPrinter)ReportRootReportRoot. withMonthlyPrintUsageByUser(List<PrintUsageByUser> monthlyPrintUsageByUser)ReportRootReportRoot. withSecurity(SecurityReportsRoot security)ReportRootReportRoot. withUnmappedField(String name, Object value)
-