你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphPlannerPlanDetails Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPlannerPlanDetails
- com.
- com.
public final class MicrosoftGraphPlannerPlanDetails
extends MicrosoftGraphEntity
plannerPlanDetails.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPlannerPlanDetails() |
Creates an instance of Microsoft |
Method Summary
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPlannerPlanDetails
public MicrosoftGraphPlannerPlanDetails()
Creates an instance of MicrosoftGraphPlannerPlanDetails class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: plannerPlanDetails.
Overrides:
MicrosoftGraphPlannerPlanDetails.additionalProperties()Returns:
categoryDescriptions
public MicrosoftGraphPlannerCategoryDescriptions categoryDescriptions()
Get the categoryDescriptions property: plannerCategoryDescriptions.
Returns:
fromJson
public static MicrosoftGraphPlannerPlanDetails fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPlannerPlanDetails from the JsonReader.
Parameters:
Returns:
Throws:
sharedWith
public Map
Get the sharedWith property: plannerUserIds.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphPlannerPlanDetails.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphPlannerPlanDetails.validate()withAdditionalProperties
public MicrosoftGraphPlannerPlanDetails withAdditionalProperties(Map
Set the additionalProperties property: plannerPlanDetails.
Overrides:
MicrosoftGraphPlannerPlanDetails.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withCategoryDescriptions
public MicrosoftGraphPlannerPlanDetails withCategoryDescriptions(MicrosoftGraphPlannerCategoryDescriptions categoryDescriptions)
Set the categoryDescriptions property: plannerCategoryDescriptions.
Parameters:
Returns:
withId
public MicrosoftGraphPlannerPlanDetails withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphPlannerPlanDetails.withId(String id)Parameters:
withSharedWith
public MicrosoftGraphPlannerPlanDetails withSharedWith(Map
Set the sharedWith property: plannerUserIds.
Parameters:
Returns: