public class PrinterUsageSummary extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PrinterUsageSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
completedJobCount |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
incompleteJobCount |
protected String |
odataType |
protected DirectoryObject |
printer |
protected String |
printerDisplayName |
protected String |
printerId |
protected String |
printerManufacturer |
protected String |
printerModel |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PrinterUsageSummary() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String printerId
protected String printerDisplayName
protected String printerManufacturer
protected String printerModel
protected Integer completedJobCount
protected Integer incompleteJobCount
protected DirectoryObject printer
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic PrinterUsageSummary withPrinterId(String printerId)
public PrinterUsageSummary withPrinterDisplayName(String printerDisplayName)
public PrinterUsageSummary withPrinterManufacturer(String printerManufacturer)
public PrinterUsageSummary withPrinterModel(String printerModel)
public PrinterUsageSummary withCompletedJobCount(Integer completedJobCount)
public PrinterUsageSummary withIncompleteJobCount(Integer incompleteJobCount)
public Optional<DirectoryObject> getPrinter()
public PrinterUsageSummary withPrinter(DirectoryObject printer)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static PrinterUsageSummary.Builder builder()
Copyright © 2018–2020. All rights reserved.