Class MicrosoftGraphIdentitySet


  • public final class MicrosoftGraphIdentitySet
    extends Object
    identitySet.
    • Constructor Detail

      • MicrosoftGraphIdentitySet

        public MicrosoftGraphIdentitySet()
    • Method Detail

      • application

        public MicrosoftGraphIdentity application()
        Get the application property: identity.
        Returns:
        the application value.
      • withApplication

        public MicrosoftGraphIdentitySet withApplication​(MicrosoftGraphIdentity application)
        Set the application property: identity.
        Parameters:
        application - the application value to set.
        Returns:
        the MicrosoftGraphIdentitySet object itself.
      • device

        public MicrosoftGraphIdentity device()
        Get the device property: identity.
        Returns:
        the device value.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: identitySet.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphIdentitySet withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: identitySet.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphIdentitySet object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.