Class PlannerAssignment

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

public class PlannerAssignment extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Planner Assignment.
  • Field Details

    • oDataType

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

      @SerializedName(value="assignedBy", alternate="AssignedBy") @Expose @Nullable public IdentitySet assignedBy
      The Assigned By. The identity of the user that performed the assignment of the task, i.e. the assignor.
    • assignedDateTime

      @SerializedName(value="assignedDateTime", alternate="AssignedDateTime") @Expose @Nullable public OffsetDateTime assignedDateTime
      The Assigned Date Time. The time at which the task was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
    • orderHint

      @SerializedName(value="orderHint", alternate="OrderHint") @Expose @Nullable public String orderHint
      The Order Hint. Hint used to order assignees in a task. The format is defined as outlined here.
  • Constructor Details

    • PlannerAssignment

      public PlannerAssignment()
  • 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