Class MicrosoftGraphInternetMessageHeader

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInternetMessageHeader

public final class MicrosoftGraphInternetMessageHeader extends Object
internetMessageHeader.
  • Constructor Details

    • MicrosoftGraphInternetMessageHeader

      public MicrosoftGraphInternetMessageHeader()
      Creates an instance of MicrosoftGraphInternetMessageHeader class.
  • Method Details

    • name

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

      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.