Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInternetMessageHeader
-
Packages that use MicrosoftGraphInternetMessageHeader Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphInternetMessageHeader in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphInternetMessageHeader Modifier and Type Method Description MicrosoftGraphInternetMessageHeader
MicrosoftGraphInternetMessageHeader. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: internetMessageHeader.MicrosoftGraphInternetMessageHeader
MicrosoftGraphInternetMessageHeader. withName(String name)
Set the name property: Represents the key in a key-value pair.MicrosoftGraphInternetMessageHeader
MicrosoftGraphInternetMessageHeader. withValue(String value)
Set the value property: The value in a key-value pair.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphInternetMessageHeader Modifier and Type Method Description List<MicrosoftGraphInternetMessageHeader>
MicrosoftGraphMessage. internetMessageHeaders()
Get the internetMessageHeaders property: A collection of message headers defined by RFC5322.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphInternetMessageHeader Modifier and Type Method Description MicrosoftGraphMessage
MicrosoftGraphMessage. withInternetMessageHeaders(List<MicrosoftGraphInternetMessageHeader> internetMessageHeaders)
Set the internetMessageHeaders property: A collection of message headers defined by RFC5322.
-