你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphInternetMessageHeader Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphInternetMessageHeader
- com.
Implements
public final class MicrosoftGraphInternetMessageHeader
implements JsonSerializable<MicrosoftGraphInternetMessageHeader>
internetMessageHeader.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphInternetMessageHeader() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
name()
Get the name property: Represents the key in a key-value pair. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: The value in a key-value pair. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withName(String name)
Set the name property: Represents the key in a key-value pair. |
Microsoft |
withValue(String value)
Set the value property: The value in a key-value pair. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphInternetMessageHeader
public MicrosoftGraphInternetMessageHeader()
Creates an instance of MicrosoftGraphInternetMessageHeader class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: internetMessageHeader.
Returns:
fromJson
public static MicrosoftGraphInternetMessageHeader fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphInternetMessageHeader from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Represents the key in a key-value pair.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: The value in a key-value pair.
Returns:
withAdditionalProperties
public MicrosoftGraphInternetMessageHeader withAdditionalProperties(Map
Set the additionalProperties property: internetMessageHeader.
Parameters:
Returns:
withName
public MicrosoftGraphInternetMessageHeader withName(String name)
Set the name property: Represents the key in a key-value pair.
Parameters:
Returns:
withValue
public MicrosoftGraphInternetMessageHeader withValue(String value)
Set the value property: The value in a key-value pair.
Parameters:
Returns: