Class MicrosoftGraphInternetMessageHeader
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInternetMessageHeader
-
public final class MicrosoftGraphInternetMessageHeader extends Object
internetMessageHeader.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphInternetMessageHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: internetMessageHeader.String
name()
Get the name property: Represents the key in a key-value pair.void
validate()
Validates the instance.String
value()
Get the value property: The value in a key-value pair.MicrosoftGraphInternetMessageHeader
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: internetMessageHeader.MicrosoftGraphInternetMessageHeader
withName(String name)
Set the name property: Represents the key in a key-value pair.MicrosoftGraphInternetMessageHeader
withValue(String value)
Set the value property: The value in a key-value pair.
-
-
-
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.
-
-