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 MicrosoftGraphInternetMessageHeaderMicrosoftGraphInternetMessageHeader. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: internetMessageHeader.MicrosoftGraphInternetMessageHeaderMicrosoftGraphInternetMessageHeader. withName(String name)Set the name property: Represents the key in a key-value pair.MicrosoftGraphInternetMessageHeaderMicrosoftGraphInternetMessageHeader. 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 MicrosoftGraphMessageMicrosoftGraphMessage. withInternetMessageHeaders(List<MicrosoftGraphInternetMessageHeader> internetMessageHeaders)Set the internetMessageHeaders property: A collection of message headers defined by RFC5322.
-