Class MicrosoftGraphPlannerProgressTaskBoardTaskFormat
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerProgressTaskBoardTaskFormat
plannerProgressTaskBoardTaskFormat.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPlannerProgressTaskBoardTaskFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: plannerProgressTaskBoardTaskFormat.Get the orderHint property: Hint value used to order the task on the Progress view of the Task Board.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerProgressTaskBoardTaskFormat.Set the id property: Read-only.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
-
Constructor Details
-
MicrosoftGraphPlannerProgressTaskBoardTaskFormat
public MicrosoftGraphPlannerProgressTaskBoardTaskFormat()Creates an instance of MicrosoftGraphPlannerProgressTaskBoardTaskFormat class.
-
-
Method Details
-
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
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
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
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.
-