Class MicrosoftGraphInsightIdentity


  • public class MicrosoftGraphInsightIdentity
    extends Object
    insightIdentity.
    • Constructor Detail

      • MicrosoftGraphInsightIdentity

        public MicrosoftGraphInsightIdentity()
    • 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.