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.void
validate()
Validates the instance.MicrosoftGraphOutlookUserInner
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: outlookUser.MicrosoftGraphOutlookUserInner
withId(String id)
Set the id property: Read-only.MicrosoftGraphOutlookUserInner
withMasterCategories(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:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOutlookUserInner withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: outlookUser.- Overrides:
withAdditionalProperties
in 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:
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.
-
-