Class MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat


  • public final class MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
    extends MicrosoftGraphEntity
    plannerAssignedToTaskBoardTaskFormat.
    • Constructor Detail

      • MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat

        public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat()
    • Method Detail

      • orderHintsByAssignee

        public Map<String,​Object> orderHintsByAssignee()
        Get the orderHintsByAssignee property: plannerOrderHintsByAssignee.
        Returns:
        the orderHintsByAssignee value.
      • withOrderHintsByAssignee

        public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withOrderHintsByAssignee​(Map<String,​Object> orderHintsByAssignee)
        Set the orderHintsByAssignee property: plannerOrderHintsByAssignee.
        Parameters:
        orderHintsByAssignee - the orderHintsByAssignee value to set.
        Returns:
        the MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat object itself.
      • unassignedOrderHint

        public String unassignedOrderHint()
        Get the unassignedOrderHint property: 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.
        Returns:
        the unassignedOrderHint value.
      • withUnassignedOrderHint

        public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withUnassignedOrderHint​(String unassignedOrderHint)
        Set the unassignedOrderHint property: 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.
        Parameters:
        unassignedOrderHint - the unassignedOrderHint value to set.
        Returns:
        the MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat object itself.