Class MicrosoftGraphAddIn


  • public final class MicrosoftGraphAddIn
    extends Object
    addIn.
    • Constructor Detail

      • MicrosoftGraphAddIn

        public MicrosoftGraphAddIn()
    • Method Detail

      • id

        public UUID id()
        Get the id property: The id property.
        Returns:
        the id value.
      • withId

        public MicrosoftGraphAddIn withId​(UUID id)
        Set the id property: The id property.
        Parameters:
        id - the id value to set.
        Returns:
        the MicrosoftGraphAddIn object itself.
      • properties

        public List<MicrosoftGraphKeyValue> properties()
        Get the properties property: The properties property.
        Returns:
        the properties value.
      • withProperties

        public MicrosoftGraphAddIn withProperties​(List<MicrosoftGraphKeyValue> properties)
        Set the properties property: The properties property.
        Parameters:
        properties - the properties value to set.
        Returns:
        the MicrosoftGraphAddIn object itself.
      • type

        public String type()
        Get the type property: The type property.
        Returns:
        the type value.
      • withType

        public MicrosoftGraphAddIn withType​(String type)
        Set the type property: The type property.
        Parameters:
        type - the type value to set.
        Returns:
        the MicrosoftGraphAddIn object itself.
      • additionalProperties

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

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

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