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 Summary
Constructors Constructor Description MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.Map<String,Object>
orderHintsByAssignee()
Get the orderHintsByAssignee property: plannerOrderHintsByAssignee.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.void
validate()
Validates the instance.MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
withId(String id)
Set the id property: Read-only.MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
withOrderHintsByAssignee(Map<String,Object> orderHintsByAssignee)
Set the orderHintsByAssignee property: plannerOrderHintsByAssignee.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.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
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.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat object itself.
-
withId
public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-