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.MicrosoftGraphPlannerCategoryDescriptionscategoryDescriptions()Get the categoryDescriptions property: plannerCategoryDescriptions.Map<String,Object>sharedWith()Get the sharedWith property: plannerUserIds.voidvalidate()Validates the instance.MicrosoftGraphPlannerPlanDetailswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: plannerPlanDetails.MicrosoftGraphPlannerPlanDetailswithCategoryDescriptions(MicrosoftGraphPlannerCategoryDescriptions categoryDescriptions)Set the categoryDescriptions property: plannerCategoryDescriptions.MicrosoftGraphPlannerPlanDetailswithId(String id)Set the id property: Read-only.MicrosoftGraphPlannerPlanDetailswithSharedWith(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:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerPlanDetails withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerPlanDetails.- Overrides:
withAdditionalPropertiesin 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:
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.
-
-