Class MicrosoftGraphOutlookUserInner
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOutlookUserInner
-
public final class MicrosoftGraphOutlookUserInner extends MicrosoftGraphEntity
outlookUser.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOutlookUserInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: outlookUser.List<MicrosoftGraphOutlookCategoryInner>masterCategories()Get the masterCategories property: A list of categories defined for the user.voidvalidate()Validates the instance.MicrosoftGraphOutlookUserInnerwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: outlookUser.MicrosoftGraphOutlookUserInnerwithId(String id)Set the id property: Read-only.MicrosoftGraphOutlookUserInnerwithMasterCategories(List<MicrosoftGraphOutlookCategoryInner> 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
-
-
-
-
Method Detail
-
masterCategories
public List<MicrosoftGraphOutlookCategoryInner> masterCategories()
Get the masterCategories property: A list of categories defined for the user.- Returns:
- the masterCategories value.
-
withMasterCategories
public MicrosoftGraphOutlookUserInner withMasterCategories(List<MicrosoftGraphOutlookCategoryInner> masterCategories)
Set the masterCategories property: A list of categories defined for the user.- Parameters:
masterCategories- the masterCategories value to set.- Returns:
- the MicrosoftGraphOutlookUserInner object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: outlookUser.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOutlookUserInner withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: outlookUser.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOutlookUserInner object itself.
-
withId
public MicrosoftGraphOutlookUserInner 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.
-
-