public class ArchivedPrintJob extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ArchivedPrintJob.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
acquiredByPrinter |
protected OffsetDateTime |
acquiredDateTime |
protected Integer |
blackAndWhitePageCount |
protected Integer |
colorPageCount |
protected OffsetDateTime |
completionDateTime |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
copiesPrinted |
protected UserIdentity |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected Integer |
duplexPageCount |
protected String |
id |
protected String |
odataType |
protected Integer |
pageCount |
protected String |
printerId |
protected PrintJobProcessingState |
processingState |
protected Integer |
simplexPageCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ArchivedPrintJob() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String id
protected String printerId
protected PrintJobProcessingState processingState
protected OffsetDateTime createdDateTime
protected OffsetDateTime acquiredDateTime
protected OffsetDateTime completionDateTime
protected Boolean acquiredByPrinter
protected Integer copiesPrinted
protected Integer pageCount
protected Integer blackAndWhitePageCount
protected Integer colorPageCount
protected Integer simplexPageCount
protected Integer duplexPageCount
protected UserIdentity createdBy
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ArchivedPrintJob withId(String id)
public ArchivedPrintJob withPrinterId(String printerId)
public Optional<PrintJobProcessingState> getProcessingState()
public ArchivedPrintJob withProcessingState(PrintJobProcessingState processingState)
public Optional<OffsetDateTime> getCreatedDateTime()
public ArchivedPrintJob withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<OffsetDateTime> getAcquiredDateTime()
public ArchivedPrintJob withAcquiredDateTime(OffsetDateTime acquiredDateTime)
public Optional<OffsetDateTime> getCompletionDateTime()
public ArchivedPrintJob withCompletionDateTime(OffsetDateTime completionDateTime)
public ArchivedPrintJob withAcquiredByPrinter(Boolean acquiredByPrinter)
public ArchivedPrintJob withCopiesPrinted(Integer copiesPrinted)
public ArchivedPrintJob withPageCount(Integer pageCount)
public ArchivedPrintJob withBlackAndWhitePageCount(Integer blackAndWhitePageCount)
public ArchivedPrintJob withColorPageCount(Integer colorPageCount)
public ArchivedPrintJob withSimplexPageCount(Integer simplexPageCount)
public ArchivedPrintJob withDuplexPageCount(Integer duplexPageCount)
public Optional<UserIdentity> getCreatedBy()
public ArchivedPrintJob withCreatedBy(UserIdentity createdBy)
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 ArchivedPrintJob.Builder builder()
Copyright © 2018–2020. All rights reserved.