public class PrintTask extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
PrintTaskDefinition |
definition
The Definition.
|
java.lang.String |
parentUrl
The Parent Url.
|
PrintTaskStatus |
status
The Status.
|
PrintTaskTrigger |
trigger
The Trigger.
|
| Constructor and Description |
|---|
PrintTask() |
| 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="parentUrl",
alternate="ParentUrl")
@Expose
@Nullable
public java.lang.String parentUrl
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public PrintTaskStatus status
@SerializedName(value="definition",
alternate="Definition")
@Expose
@Nullable
public PrintTaskDefinition definition
@SerializedName(value="trigger",
alternate="Trigger")
@Expose
@Nullable
public PrintTaskTrigger trigger
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to