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.Stringaddress()Get the address property: The email address of the user who shared the item.StringdisplayName()Get the displayName property: The display name of the user who shared the item.Stringid()Get the id property: The id of the user who shared the item.voidvalidate()Validates the instance.MicrosoftGraphInsightIdentitywithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: insightIdentity.MicrosoftGraphInsightIdentitywithAddress(String address)Set the address property: The email address of the user who shared the item.MicrosoftGraphInsightIdentitywithDisplayName(String displayName)Set the displayName property: The display name of the user who shared the item.MicrosoftGraphInsightIdentitywithId(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.
-
-