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