| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Field and Description |
|---|---|
protected List<PrinterUsageSummary> |
OverallPrintUsageSummary.topPrinters |
| Modifier and Type | Method and Description |
|---|---|
PrinterUsageSummary |
PrinterUsageSummary.Builder.build() |
PrinterUsageSummary |
PrinterUsageSummary.withCompletedJobCount(Integer completedJobCount) |
PrinterUsageSummary |
PrinterUsageSummary.withIncompleteJobCount(Integer incompleteJobCount) |
PrinterUsageSummary |
PrinterUsageSummary.withPrinter(DirectoryObject printer) |
PrinterUsageSummary |
PrinterUsageSummary.withPrinterDisplayName(String printerDisplayName) |
PrinterUsageSummary |
PrinterUsageSummary.withPrinterId(String printerId) |
PrinterUsageSummary |
PrinterUsageSummary.withPrinterManufacturer(String printerManufacturer) |
PrinterUsageSummary |
PrinterUsageSummary.withPrinterModel(String printerModel) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
OverallPrintUsageSummary.Builder |
OverallPrintUsageSummary.Builder.topPrinters(PrinterUsageSummary... topPrinters) |
| Modifier and Type | Method and Description |
|---|---|
OverallPrintUsageSummary.Builder |
OverallPrintUsageSummary.Builder.topPrinters(List<PrinterUsageSummary> topPrinters) |
| Modifier and Type | Method and 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) |
Copyright © 2018–2020. All rights reserved.