Class MicrosoftGraphInsightIdentity

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInsightIdentity

public final class MicrosoftGraphInsightIdentity extends Object
insightIdentity.
  • Constructor Details

    • MicrosoftGraphInsightIdentity

      public MicrosoftGraphInsightIdentity()
      Creates an instance of MicrosoftGraphInsightIdentity class.
  • Method Details

    • 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

      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.