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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • acquiredByPrinter

      @SerializedName(value="acquiredByPrinter", alternate="AcquiredByPrinter") @Expose @Nullable public Boolean acquiredByPrinter
      The 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 acquiredDateTime
      The 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 completionDateTime
      The 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 copiesPrinted
      The Copies Printed. The number of copies that were printed. Read-only.
    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public UserIdentity createdBy
      The Created By. The user who created the print job. Read-only.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The dateTimeOffset when the job was created. Read-only.
    • id

      @SerializedName(value="id", alternate="Id") @Expose @Nullable public String id
      The Id. The archived print job's GUID. Read-only.
    • printerId

      @SerializedName(value="printerId", alternate="PrinterId") @Expose @Nullable public String 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 processingState
      The 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 interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to