Uses of Class
odata.msgraph.client.beta.complex.PrinterUsageSummary
-
Packages that use PrinterUsageSummary Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of PrinterUsageSummary in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type PrinterUsageSummary Modifier and Type Field Description protected List<PrinterUsageSummary>OverallPrintUsageSummary. topPrintersMethods in odata.msgraph.client.beta.complex that return PrinterUsageSummary Modifier and Type Method Description PrinterUsageSummaryPrinterUsageSummary.Builder. build()PrinterUsageSummaryPrinterUsageSummary. withCompletedJobCount(Integer completedJobCount)PrinterUsageSummaryPrinterUsageSummary. withIncompleteJobCount(Integer incompleteJobCount)PrinterUsageSummaryPrinterUsageSummary. withPrinterDisplayName(String printerDisplayName)PrinterUsageSummaryPrinterUsageSummary. withPrinterId(String printerId)PrinterUsageSummaryPrinterUsageSummary. withPrinterManufacturer(String printerManufacturer)PrinterUsageSummaryPrinterUsageSummary. withPrinterModel(String printerModel)PrinterUsageSummaryPrinterUsageSummary. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type PrinterUsageSummary Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<PrinterUsageSummary>OverallPrintUsageSummary. getTopPrinters()com.github.davidmoten.odata.client.CollectionPage<PrinterUsageSummary>OverallPrintUsageSummary. getTopPrinters(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrinterUsageSummary Modifier and Type Method Description OverallPrintUsageSummary.BuilderOverallPrintUsageSummary.Builder. topPrinters(PrinterUsageSummary... topPrinters)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrinterUsageSummary Modifier and Type Method Description OverallPrintUsageSummary.BuilderOverallPrintUsageSummary.Builder. topPrinters(List<PrinterUsageSummary> topPrinters) -
Uses of PrinterUsageSummary in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type PrinterUsageSummary Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<PrinterUsageSummary>ReportRootCollectionRequest. getPrinterUsageSummary(String printerId, OffsetDateTime periodStart, OffsetDateTime periodEnd)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<PrinterUsageSummary>ReportRootCollectionRequest. getPrintUsageSummariesByPrinter(OffsetDateTime periodStart, OffsetDateTime periodEnd)
-