Class MicrosoftGraphPlannerGroup
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerGroup
-
public final class MicrosoftGraphPlannerGroup extends MicrosoftGraphEntity
plannerGroup.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphPlannerGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: plannerGroup.List<MicrosoftGraphPlannerPlan>
plans()
Get the plans property: Read-only.void
validate()
Validates the instance.MicrosoftGraphPlannerGroup
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerGroup.MicrosoftGraphPlannerGroup
withId(String id)
Set the id property: Read-only.MicrosoftGraphPlannerGroup
withPlans(List<MicrosoftGraphPlannerPlan> plans)
Set the plans property: Read-only.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
plans
public List<MicrosoftGraphPlannerPlan> plans()
Get the plans property: Read-only. Nullable. Returns the plannerPlans owned by the group.- Returns:
- the plans value.
-
withPlans
public MicrosoftGraphPlannerGroup withPlans(List<MicrosoftGraphPlannerPlan> plans)
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
public Map<String,Object> additionalProperties()
Get the additionalProperties property: plannerGroup.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerGroup withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerGroup.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerGroup object itself.
-
withId
public MicrosoftGraphPlannerGroup withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-