Class MicrosoftGraphOutlookUser
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOutlookUser
outlookUser.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOutlookUser class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: outlookUser.Get the masterCategories property: A list of categories defined for the user.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: outlookUser.Set the id property: Read-only.withMasterCategories(List<MicrosoftGraphOutlookCategory> masterCategories) Set the masterCategories property: A list of categories defined for the user.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphOutlookUser
public MicrosoftGraphOutlookUser()Creates an instance of MicrosoftGraphOutlookUser class.
-
-
Method Details
-
masterCategories
Get the masterCategories property: A list of categories defined for the user.- Returns:
- the masterCategories value.
-
withMasterCategories
public MicrosoftGraphOutlookUser withMasterCategories(List<MicrosoftGraphOutlookCategory> masterCategories) Set the masterCategories property: A list of categories defined for the user.- Parameters:
masterCategories- the masterCategories value to set.- Returns:
- the MicrosoftGraphOutlookUser object itself.
-
additionalProperties
Get the additionalProperties property: outlookUser.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: outlookUser.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOutlookUser 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.
-