public class PrintJob extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
PrintJobConfiguration |
configuration
The Configuration.
|
UserIdentity |
createdBy
The Created By.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
PrintDocumentCollectionPage |
documents
The Documents.
|
java.lang.Boolean |
isFetchable
The Is Fetchable.
|
java.lang.String |
redirectedFrom
The Redirected From.
|
java.lang.String |
redirectedTo
The Redirected To.
|
PrintJobStatus |
status
The Status.
|
PrintTaskCollectionPage |
tasks
The Tasks.
|
Constructor and Description |
---|
PrintJob() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="configuration", alternate="Configuration") @Expose @Nullable public PrintJobConfiguration configuration
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public UserIdentity createdBy
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public java.time.OffsetDateTime createdDateTime
@SerializedName(value="isFetchable", alternate="IsFetchable") @Expose @Nullable public java.lang.Boolean isFetchable
@SerializedName(value="redirectedFrom", alternate="RedirectedFrom") @Expose @Nullable public java.lang.String redirectedFrom
@SerializedName(value="redirectedTo", alternate="RedirectedTo") @Expose @Nullable public java.lang.String redirectedTo
@SerializedName(value="status", alternate="Status") @Expose @Nullable public PrintJobStatus status
@SerializedName(value="documents", alternate="Documents") @Expose @Nullable public PrintDocumentCollectionPage documents
@SerializedName(value="tasks", alternate="Tasks") @Expose @Nullable public PrintTaskCollectionPage tasks
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to