public class PrintJob extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
PrintJobConfiguration |
configuration
The Configuration.
|
UserIdentity |
createdBy
The Created By.
|
java.util.Calendar |
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 |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="configuration",
alternate="Configuration")
@Expose
public PrintJobConfiguration configuration
@SerializedName(value="createdBy",
alternate="CreatedBy")
@Expose
public UserIdentity createdBy
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
public java.util.Calendar createdDateTime
@SerializedName(value="isFetchable",
alternate="IsFetchable")
@Expose
public java.lang.Boolean isFetchable
@SerializedName(value="redirectedFrom",
alternate="RedirectedFrom")
@Expose
public java.lang.String redirectedFrom
@SerializedName(value="redirectedTo",
alternate="RedirectedTo")
@Expose
public java.lang.String redirectedTo
@SerializedName(value="status",
alternate="Status")
@Expose
public PrintJobStatus status
@SerializedName(value="documents",
alternate="Documents")
@Expose
public PrintDocumentCollectionPage documents
@SerializedName(value="tasks",
alternate="Tasks")
@Expose
public PrintTaskCollectionPage tasks
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to