Class MicrosoftGraphInternetMessageHeader


  • public final class MicrosoftGraphInternetMessageHeader
    extends Object
    internetMessageHeader.
    • Constructor Detail

      • MicrosoftGraphInternetMessageHeader

        public MicrosoftGraphInternetMessageHeader()
    • Method Detail

      • name

        public String name()
        Get the name property: Represents the key in a key-value pair.
        Returns:
        the name value.
      • withName

        public MicrosoftGraphInternetMessageHeader withName​(String name)
        Set the name property: Represents the key in a key-value pair.
        Parameters:
        name - the name value to set.
        Returns:
        the MicrosoftGraphInternetMessageHeader object itself.
      • value

        public String value()
        Get the value property: The value in a key-value pair.
        Returns:
        the value value.
      • withValue

        public MicrosoftGraphInternetMessageHeader withValue​(String value)
        Set the value property: The value in a key-value pair.
        Parameters:
        value - the value value to set.
        Returns:
        the MicrosoftGraphInternetMessageHeader object itself.
      • additionalProperties

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

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

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