Class MicrosoftGraphPlannerPlanDetails
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerPlanDetails
-
public final class MicrosoftGraphPlannerPlanDetails extends MicrosoftGraphEntity
plannerPlanDetails.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphPlannerPlanDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: plannerPlanDetails.MicrosoftGraphPlannerCategoryDescriptions
categoryDescriptions()
Get the categoryDescriptions property: plannerCategoryDescriptions.Map<String,Object>
sharedWith()
Get the sharedWith property: plannerUserIds.void
validate()
Validates the instance.MicrosoftGraphPlannerPlanDetails
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerPlanDetails.MicrosoftGraphPlannerPlanDetails
withCategoryDescriptions(MicrosoftGraphPlannerCategoryDescriptions categoryDescriptions)
Set the categoryDescriptions property: plannerCategoryDescriptions.MicrosoftGraphPlannerPlanDetails
withId(String id)
Set the id property: Read-only.MicrosoftGraphPlannerPlanDetails
withSharedWith(Map<String,Object> sharedWith)
Set the sharedWith property: plannerUserIds.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
categoryDescriptions
public MicrosoftGraphPlannerCategoryDescriptions categoryDescriptions()
Get the categoryDescriptions property: plannerCategoryDescriptions.- Returns:
- the categoryDescriptions value.
-
withCategoryDescriptions
public MicrosoftGraphPlannerPlanDetails withCategoryDescriptions(MicrosoftGraphPlannerCategoryDescriptions categoryDescriptions)
Set the categoryDescriptions property: plannerCategoryDescriptions.- Parameters:
categoryDescriptions
- the categoryDescriptions value to set.- Returns:
- the MicrosoftGraphPlannerPlanDetails object itself.
-
sharedWith
public Map<String,Object> sharedWith()
Get the sharedWith property: plannerUserIds.- Returns:
- the sharedWith value.
-
withSharedWith
public MicrosoftGraphPlannerPlanDetails withSharedWith(Map<String,Object> sharedWith)
Set the sharedWith property: plannerUserIds.- Parameters:
sharedWith
- the sharedWith value to set.- Returns:
- the MicrosoftGraphPlannerPlanDetails object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: plannerPlanDetails.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerPlanDetails withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerPlanDetails.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerPlanDetails object itself.
-
withId
public MicrosoftGraphPlannerPlanDetails 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.
-
-