Class MicrosoftGraphInternetMessageHeader
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInternetMessageHeader
internetMessageHeader.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphInternetMessageHeader class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: internetMessageHeader.name()Get the name property: Represents the key in a key-value pair.voidvalidate()Validates the instance.value()Get the value property: The value in a key-value pair.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: internetMessageHeader.Set the name property: Represents the key in a key-value pair.Set the value property: The value in a key-value pair.
-
Constructor Details
-
MicrosoftGraphInternetMessageHeader
public MicrosoftGraphInternetMessageHeader()Creates an instance of MicrosoftGraphInternetMessageHeader class.
-
-
Method Details
-
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
Get the value property: The value in a key-value pair.- Returns:
- the value value.
-
withValue
Set the value property: The value in a key-value pair.- Parameters:
value- the value value to set.- Returns:
- the MicrosoftGraphInternetMessageHeader object itself.
-
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.
-