Class MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat

public final class MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat extends MicrosoftGraphEntity
plannerAssignedToTaskBoardTaskFormat.
  • Constructor Details

    • MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat

      public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat()
      Creates an instance of MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat class.
  • Method Details

    • 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.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.
      Overrides:
      additionalProperties in class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat object itself.
    • withId

      Set the id property: Read-only.
      Overrides:
      withId in class MicrosoftGraphEntity
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphEntity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MicrosoftGraphEntity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.