Uses of Class
com.microsoft.graph.models.PrintUsageByUser
Packages that use PrintUsageByUser
-
Uses of PrintUsageByUser in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintUsageByUserModifier and TypeMethodDescriptionstatic PrintUsageByUserPrintUsageByUser.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type PrintUsageByUserModifier and TypeMethodDescriptionReportRoot.getDailyPrintUsageByUser()Gets the dailyPrintUsageByUser property value.ReportRoot.getMonthlyPrintUsageByUser()Gets the monthlyPrintUsageByUser property value.PrintUsageByUserCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintUsageByUserModifier and TypeMethodDescriptionvoidReportRoot.setDailyPrintUsageByUser(List<PrintUsageByUser> value) Sets the dailyPrintUsageByUser property value.voidReportRoot.setMonthlyPrintUsageByUser(List<PrintUsageByUser> value) Sets the monthlyPrintUsageByUser property value.voidPrintUsageByUserCollectionResponse.setValue(List<PrintUsageByUser> value) Sets the value property value.