Class PrintTaskDefinition

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.PrintTaskDefinition
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintTaskDefinition extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Print Task Definition.
  • Field Details

    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public AppIdentity createdBy
      The Created By. The application that created the printTaskDefinition. Read-only.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the printTaskDefinition.
    • tasks

      @SerializedName(value="tasks", alternate="Tasks") @Expose @Nullable public PrintTaskCollectionPage tasks
      The Tasks. A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.
  • Constructor Details

    • PrintTaskDefinition

      public PrintTaskDefinition()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to