Class MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
plannerAssignedToTaskBoardTaskFormat.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.Get the orderHintsByAssignee property: plannerOrderHintsByAssignee.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.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.Set the id property: Read-only.withOrderHintsByAssignee(Map<String, Object> orderHintsByAssignee) Set the orderHintsByAssignee property: plannerOrderHintsByAssignee.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.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat()Creates an instance of MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat class.
-
-
Method Details
-
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
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
Get the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-