Class MicrosoftGraphInsightIdentity
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInsightIdentity
-
public class MicrosoftGraphInsightIdentity extends Object
insightIdentity.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphInsightIdentity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: insightIdentity.String
address()
Get the address property: The email address of the user who shared the item.String
displayName()
Get the displayName property: The display name of the user who shared the item.String
id()
Get the id property: The id of the user who shared the item.void
validate()
Validates the instance.MicrosoftGraphInsightIdentity
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: insightIdentity.MicrosoftGraphInsightIdentity
withAddress(String address)
Set the address property: The email address of the user who shared the item.MicrosoftGraphInsightIdentity
withDisplayName(String displayName)
Set the displayName property: The display name of the user who shared the item.MicrosoftGraphInsightIdentity
withId(String id)
Set the id property: The id of the user who shared the item.
-
-
-
Method Detail
-
address
public String address()
Get the address property: The email address of the user who shared the item.- Returns:
- the address value.
-
withAddress
public MicrosoftGraphInsightIdentity withAddress(String address)
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
public String displayName()
Get the displayName property: The display name of the user who shared the item.- Returns:
- the displayName value.
-
withDisplayName
public MicrosoftGraphInsightIdentity withDisplayName(String displayName)
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
public String id()
Get the id property: The id of the user who shared the item.- Returns:
- the id value.
-
withId
public MicrosoftGraphInsightIdentity withId(String id)
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
public Map<String,Object> 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.
-
-