Class PlannerAssignedToTaskBoardTaskFormat

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

public class PlannerAssignedToTaskBoardTaskFormat extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Planner Assigned To Task Board Task Format.
  • Field Details

    • orderHintsByAssignee

      @SerializedName(value="orderHintsByAssignee", alternate="OrderHintsByAssignee") @Expose @Nullable public PlannerOrderHintsByAssignee orderHintsByAssignee
      The Order Hints By Assignee. Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here.
    • unassignedOrderHint

      @SerializedName(value="unassignedOrderHint", alternate="UnassignedOrderHint") @Expose @Nullable public String unassignedOrderHint
      The Unassigned Order Hint. Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here.
  • Constructor Details

    • PlannerAssignedToTaskBoardTaskFormat

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