Class MicrosoftGraphPlannerPlanDetails
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerPlanDetails
plannerPlanDetails.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPlannerPlanDetails class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: plannerPlanDetails.Get the categoryDescriptions property: plannerCategoryDescriptions.Get the sharedWith property: plannerUserIds.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerPlanDetails.withCategoryDescriptions(MicrosoftGraphPlannerCategoryDescriptions categoryDescriptions) Set the categoryDescriptions property: plannerCategoryDescriptions.Set the id property: Read-only.withSharedWith(Map<String, Object> sharedWith) Set the sharedWith property: plannerUserIds.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphPlannerPlanDetails
public MicrosoftGraphPlannerPlanDetails()Creates an instance of MicrosoftGraphPlannerPlanDetails class.
-
-
Method Details
-
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.
-
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
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.
-