Class MicrosoftGraphEntity

    • Constructor Detail

      • MicrosoftGraphEntity

        public MicrosoftGraphEntity()
    • Method Detail

      • id

        public String id()
        Get the id property: Read-only.
        Returns:
        the id value.
      • withId

        public MicrosoftGraphEntity withId​(String id)
        Set the id property: Read-only.
        Parameters:
        id - the id value to set.
        Returns:
        the MicrosoftGraphEntity object itself.
      • additionalProperties

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

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

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