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.voidvalidate()Validates the instance.MicrosoftGraphPlannerGroupwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: plannerGroup.MicrosoftGraphPlannerGroupwithId(String id)Set the id property: Read-only.MicrosoftGraphPlannerGroupwithPlans(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:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerGroup withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerGroup.- Overrides:
withAdditionalPropertiesin 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:
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.
-
-