Class MicrosoftGraphPlannerBucketTaskBoardTaskFormat
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerBucketTaskBoardTaskFormat
plannerBucketTaskBoardTaskFormat.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPlannerBucketTaskBoardTaskFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: plannerBucketTaskBoardTaskFormat.Get the orderHint property: Hint used to order tasks in the Bucket view of the Task Board.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerBucketTaskBoardTaskFormat.Set the id property: Read-only.withOrderHint(String orderHint) Set the orderHint property: Hint used to order tasks in the Bucket view of the Task Board.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphPlannerBucketTaskBoardTaskFormat
public MicrosoftGraphPlannerBucketTaskBoardTaskFormat()Creates an instance of MicrosoftGraphPlannerBucketTaskBoardTaskFormat class.
-
-
Method Details
-
orderHint
Get the orderHint property: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here.- Returns:
- the orderHint value.
-
withOrderHint
Set the orderHint property: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here.- Parameters:
orderHint- the orderHint value to set.- Returns:
- the MicrosoftGraphPlannerBucketTaskBoardTaskFormat object itself.
-
additionalProperties
Get the additionalProperties property: plannerBucketTaskBoardTaskFormat.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerBucketTaskBoardTaskFormat withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerBucketTaskBoardTaskFormat.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerBucketTaskBoardTaskFormat 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.
-