Uses of Class
com.microsoft.graph.models.PrintUsageByPrinter
Packages that use PrintUsageByPrinter
-
Uses of PrintUsageByPrinter in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintUsageByPrinterModifier and TypeMethodDescriptionstatic PrintUsageByPrinterPrintUsageByPrinter.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 PrintUsageByPrinterModifier and TypeMethodDescriptionReportRoot.getDailyPrintUsageByPrinter()Gets the dailyPrintUsageByPrinter property value.ReportRoot.getMonthlyPrintUsageByPrinter()Gets the monthlyPrintUsageByPrinter property value.PrintUsageByPrinterCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintUsageByPrinterModifier and TypeMethodDescriptionvoidReportRoot.setDailyPrintUsageByPrinter(List<PrintUsageByPrinter> value) Sets the dailyPrintUsageByPrinter property value.voidReportRoot.setMonthlyPrintUsageByPrinter(List<PrintUsageByPrinter> value) Sets the monthlyPrintUsageByPrinter property value.voidPrintUsageByPrinterCollectionResponse.setValue(List<PrintUsageByPrinter> value) Sets the value property value.