Class MicrosoftGraphPlannerProgressTaskBoardTaskFormat
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerProgressTaskBoardTaskFormat
-
public final class MicrosoftGraphPlannerProgressTaskBoardTaskFormat extends MicrosoftGraphEntity
plannerProgressTaskBoardTaskFormat.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphPlannerProgressTaskBoardTaskFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: plannerProgressTaskBoardTaskFormat.StringorderHint()Get the orderHint property: Hint value used to order the task on the Progress view of the Task Board.voidvalidate()Validates the instance.MicrosoftGraphPlannerProgressTaskBoardTaskFormatwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: plannerProgressTaskBoardTaskFormat.MicrosoftGraphPlannerProgressTaskBoardTaskFormatwithId(String id)Set the id property: Read-only.MicrosoftGraphPlannerProgressTaskBoardTaskFormatwithOrderHint(String orderHint)Set the orderHint property: Hint value used to order the task on the Progress view of the Task Board.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
orderHint
public String orderHint()
Get the orderHint property: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here.- Returns:
- the orderHint value.
-
withOrderHint
public MicrosoftGraphPlannerProgressTaskBoardTaskFormat withOrderHint(String orderHint)
Set the orderHint property: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here.- Parameters:
orderHint- the orderHint value to set.- Returns:
- the MicrosoftGraphPlannerProgressTaskBoardTaskFormat object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: plannerProgressTaskBoardTaskFormat.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerProgressTaskBoardTaskFormat withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerProgressTaskBoardTaskFormat.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerProgressTaskBoardTaskFormat object itself.
-
withId
public MicrosoftGraphPlannerProgressTaskBoardTaskFormat withId(String id)
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.
-
-