Package com.microsoft.graph.models
Class ArchivedPrintJob
java.lang.Object
com.microsoft.graph.models.ArchivedPrintJob
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ArchivedPrintJob
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Archived Print Job.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Acquired By Printer.The Acquired Date Time.The Completion Date Time.The Copies Printed.The Created By.The Created Date Time.The Id.the OData type of the object as returned by the serviceThe Printer Id.The Processing State. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
acquiredByPrinter
@SerializedName(value="acquiredByPrinter", alternate="AcquiredByPrinter") @Expose @Nullable public Boolean acquiredByPrinterThe Acquired By Printer. True if the job was acquired by a printer; false otherwise. Read-only. -
acquiredDateTime
@SerializedName(value="acquiredDateTime", alternate="AcquiredDateTime") @Expose @Nullable public OffsetDateTime acquiredDateTimeThe Acquired Date Time. The dateTimeOffset when the job was acquired by the printer, if any. Read-only. -
completionDateTime
@SerializedName(value="completionDateTime", alternate="CompletionDateTime") @Expose @Nullable public OffsetDateTime completionDateTimeThe Completion Date Time. The dateTimeOffset when the job was completed, canceled or aborted. Read-only. -
copiesPrinted
@SerializedName(value="copiesPrinted", alternate="CopiesPrinted") @Expose @Nullable public Integer copiesPrintedThe Copies Printed. The number of copies that were printed. Read-only. -
createdBy
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public UserIdentity createdByThe Created By. The user who created the print job. Read-only. -
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. The dateTimeOffset when the job was created. Read-only. -
id
The Id. The archived print job's GUID. Read-only. -
printerId
The Printer Id. The printer ID that the job was queued for. Read-only. -
processingState
@SerializedName(value="processingState", alternate="ProcessingState") @Expose @Nullable public PrintJobProcessingState processingStateThe Processing State. The print job's final processing state. Read-only.
-
-
Constructor Details
-
ArchivedPrintJob
public ArchivedPrintJob()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-