Class MicrosoftGraphPlannerPlan
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerPlan
plannerPlan.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPlannerPlan class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: plannerPlan.buckets()Get the buckets property: Read-only.Get the createdBy property: identitySet.Get the createdDateTime property: Read-only.details()Get the details property: plannerPlanDetails.owner()Get the owner property: ID of the Group that owns the plan.tasks()Get the tasks property: Read-only.title()Get the title property: Required.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerPlan.withBuckets(List<MicrosoftGraphPlannerBucket> buckets) Set the buckets property: Read-only.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Read-only.Set the details property: plannerPlanDetails.Set the id property: Read-only.Set the owner property: ID of the Group that owns the plan.withTasks(List<MicrosoftGraphPlannerTask> tasks) Set the tasks property: Read-only.Set the title property: Required.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphPlannerPlan
public MicrosoftGraphPlannerPlan()Creates an instance of MicrosoftGraphPlannerPlan class.
-
-
Method Details
-
createdBy
Get the createdBy property: identitySet.- Returns:
- the createdBy value.
-
withCreatedBy
Set the createdBy property: identitySet.- Parameters:
createdBy- the createdBy value to set.- Returns:
- the MicrosoftGraphPlannerPlan object itself.
-
createdDateTime
Get the createdDateTime property: Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.- Returns:
- the createdDateTime value.
-
withCreatedDateTime
Set the createdDateTime property: Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphPlannerPlan object itself.
-
owner
Get the owner property: ID of the Group that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated.- Returns:
- the owner value.
-
withOwner
Set the owner property: ID of the Group that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated.- Parameters:
owner- the owner value to set.- Returns:
- the MicrosoftGraphPlannerPlan object itself.
-
title
Get the title property: Required. Title of the plan.- Returns:
- the title value.
-
withTitle
Set the title property: Required. Title of the plan.- Parameters:
title- the title value to set.- Returns:
- the MicrosoftGraphPlannerPlan object itself.
-
buckets
Get the buckets property: Read-only. Nullable. Collection of buckets in the plan.- Returns:
- the buckets value.
-
withBuckets
Set the buckets property: Read-only. Nullable. Collection of buckets in the plan.- Parameters:
buckets- the buckets value to set.- Returns:
- the MicrosoftGraphPlannerPlan object itself.
-
details
Get the details property: plannerPlanDetails.- Returns:
- the details value.
-
withDetails
Set the details property: plannerPlanDetails.- Parameters:
details- the details value to set.- Returns:
- the MicrosoftGraphPlannerPlan object itself.
-
tasks
Get the tasks property: Read-only. Nullable. Collection of tasks in the plan.- Returns:
- the tasks value.
-
withTasks
Set the tasks property: Read-only. Nullable. Collection of tasks in the plan.- Parameters:
tasks- the tasks value to set.- Returns:
- the MicrosoftGraphPlannerPlan object itself.
-
additionalProperties
Get the additionalProperties property: plannerPlan.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: plannerPlan.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerPlan 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.
-