MicrosoftGraphOutlookUser Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOutlookUser
- com.
- com.
public final class MicrosoftGraphOutlookUser
extends MicrosoftGraphEntity
outlookUser.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOutlookUser() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
List<Microsoft |
masterCategories()
Get the master |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withMasterCategories(List<MicrosoftGraphOutlookCategory> masterCategories)
Set the master |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOutlookUser
public MicrosoftGraphOutlookUser()
Creates an instance of MicrosoftGraphOutlookUser class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: outlookUser.
Overrides:
MicrosoftGraphOutlookUser.additionalProperties()Returns:
fromJson
public static MicrosoftGraphOutlookUser fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOutlookUser from the JsonReader.
Parameters:
Returns:
Throws:
masterCategories
public List
Get the masterCategories property: A list of categories defined for the user.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphOutlookUser.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphOutlookUser.validate()withAdditionalProperties
public MicrosoftGraphOutlookUser withAdditionalProperties(Map
Set the additionalProperties property: outlookUser.
Overrides:
MicrosoftGraphOutlookUser.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphOutlookUser withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphOutlookUser.withId(String id)Parameters:
withMasterCategories
public MicrosoftGraphOutlookUser withMasterCategories(List
Set the masterCategories property: A list of categories defined for the user.
Parameters:
Returns:
Applies to
Azure SDK for Java