MicrosoftGraphPlannerGroup Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPlannerGroup
- com.
- com.
public final class MicrosoftGraphPlannerGroup
extends MicrosoftGraphEntity
plannerGroup.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPlannerGroup() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
List<Microsoft |
plans()
Get the plans property: Read-only. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withPlans(List<MicrosoftGraphPlannerPlan> plans)
Set the plans property: Read-only. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPlannerGroup
public MicrosoftGraphPlannerGroup()
Creates an instance of MicrosoftGraphPlannerGroup class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: plannerGroup.
Overrides:
MicrosoftGraphPlannerGroup.additionalProperties()Returns:
fromJson
public static MicrosoftGraphPlannerGroup fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPlannerGroup from the JsonReader.
Parameters:
Returns:
Throws:
plans
public List
Get the plans property: Read-only. Nullable. Returns the plannerPlans owned by the group.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphPlannerGroup.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphPlannerGroup.validate()withAdditionalProperties
public MicrosoftGraphPlannerGroup withAdditionalProperties(Map
Set the additionalProperties property: plannerGroup.
Overrides:
MicrosoftGraphPlannerGroup.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphPlannerGroup withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphPlannerGroup.withId(String id)Parameters:
withPlans
public MicrosoftGraphPlannerGroup withPlans(List
Set the plans property: Read-only. Nullable. Returns the plannerPlans owned by the group.
Parameters:
Returns:
Applies to
Azure SDK for Java