Class MicrosoftGraphInsightIdentity
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInsightIdentity
insightIdentity.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphInsightIdentity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: insightIdentity.address()Get the address property: The email address of the user who shared the item.Get the displayName property: The display name of the user who shared the item.id()Get the id property: The id of the user who shared the item.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: insightIdentity.withAddress(String address) Set the address property: The email address of the user who shared the item.withDisplayName(String displayName) Set the displayName property: The display name of the user who shared the item.Set the id property: The id of the user who shared the item.
-
Constructor Details
-
MicrosoftGraphInsightIdentity
public MicrosoftGraphInsightIdentity()Creates an instance of MicrosoftGraphInsightIdentity class.
-
-
Method Details
-
address
Get the address property: The email address of the user who shared the item.- Returns:
- the address value.
-
withAddress
Set the address property: The email address of the user who shared the item.- Parameters:
address- the address value to set.- Returns:
- the MicrosoftGraphInsightIdentity object itself.
-
displayName
Get the displayName property: The display name of the user who shared the item.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The display name of the user who shared the item.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphInsightIdentity object itself.
-
id
Get the id property: The id of the user who shared the item.- Returns:
- the id value.
-
withId
Set the id property: The id of the user who shared the item.- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphInsightIdentity object itself.
-
additionalProperties
Get the additionalProperties property: insightIdentity.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphInsightIdentity withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: insightIdentity.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphInsightIdentity object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-