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.String
orderHint()
Get the orderHint property: Hint value used to order the task on the Progress view of the Task Board.void
validate()
Validates the instance.MicrosoftGraphPlannerProgressTaskBoardTaskFormat
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerProgressTaskBoardTaskFormat.MicrosoftGraphPlannerProgressTaskBoardTaskFormat
withId(String id)
Set the id property: Read-only.MicrosoftGraphPlannerProgressTaskBoardTaskFormat
withOrderHint(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:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerProgressTaskBoardTaskFormat withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerProgressTaskBoardTaskFormat.- Overrides:
withAdditionalProperties
in 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:
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.
-
-