Class MicrosoftGraphPlannerBucket
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerBucket
plannerBucket.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPlannerBucket class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: plannerBucket.name()Get the name property: Name of the bucket.Get the orderHint property: Hint used to order items of this type in a list view.planId()Get the planId property: Plan ID to which the bucket belongs.tasks()Get the tasks property: Read-only.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerBucket.Set the id property: Read-only.Set the name property: Name of the bucket.withOrderHint(String orderHint) Set the orderHint property: Hint used to order items of this type in a list view.withPlanId(String planId) Set the planId property: Plan ID to which the bucket belongs.withTasks(List<MicrosoftGraphPlannerTask> tasks) Set the tasks property: Read-only.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphPlannerBucket
public MicrosoftGraphPlannerBucket()Creates an instance of MicrosoftGraphPlannerBucket class.
-
-
Method Details
-
name
Get the name property: Name of the bucket.- Returns:
- the name value.
-
withName
Set the name property: Name of the bucket.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphPlannerBucket object itself.
-
orderHint
Get the orderHint property: Hint used to order items of this type in a list view. The format is defined as outlined here.- Returns:
- the orderHint value.
-
withOrderHint
Set the orderHint property: Hint used to order items of this type in a list view. The format is defined as outlined here.- Parameters:
orderHint- the orderHint value to set.- Returns:
- the MicrosoftGraphPlannerBucket object itself.
-
planId
Get the planId property: Plan ID to which the bucket belongs.- Returns:
- the planId value.
-
withPlanId
Set the planId property: Plan ID to which the bucket belongs.- Parameters:
planId- the planId value to set.- Returns:
- the MicrosoftGraphPlannerBucket object itself.
-
tasks
Get the tasks property: Read-only. Nullable. The collection of tasks in the bucket.- Returns:
- the tasks value.
-
withTasks
Set the tasks property: Read-only. Nullable. The collection of tasks in the bucket.- Parameters:
tasks- the tasks value to set.- Returns:
- the MicrosoftGraphPlannerBucket object itself.
-
additionalProperties
Get the additionalProperties property: plannerBucket.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerBucket withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerBucket.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerBucket 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.
-