Class MicrosoftGraphPlannerUser
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerUser
plannerUser.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPlannerUser class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: plannerUser.plans()Get the plans property: Read-only.tasks()Get the tasks property: Read-only.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerUser.Set the id property: Read-only.withPlans(List<MicrosoftGraphPlannerPlan> plans) Set the plans property: Read-only.withTasks(List<MicrosoftGraphPlannerTask> tasks) Set the tasks property: Read-only.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphPlannerUser
public MicrosoftGraphPlannerUser()Creates an instance of MicrosoftGraphPlannerUser class.
-
-
Method Details
-
plans
Get the plans property: Read-only. Nullable. Returns the plannerTasks assigned to the user.- Returns:
- the plans value.
-
withPlans
Set the plans property: Read-only. Nullable. Returns the plannerTasks assigned to the user.- Parameters:
plans- the plans value to set.- Returns:
- the MicrosoftGraphPlannerUser object itself.
-
tasks
Get the tasks property: Read-only. Nullable. Returns the plannerPlans shared with the user.- Returns:
- the tasks value.
-
withTasks
Set the tasks property: Read-only. Nullable. Returns the plannerPlans shared with the user.- Parameters:
tasks- the tasks value to set.- Returns:
- the MicrosoftGraphPlannerUser object itself.
-
additionalProperties
Get the additionalProperties property: plannerUser.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: plannerUser.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerUser 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.
-