Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEmailAddress
Packages that use MicrosoftGraphEmailAddress
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphEmailAddress in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphEmailAddressModifier and TypeMethodDescriptionMicrosoftGraphCalendarPermission.emailAddress()Get the emailAddress property: emailAddress.MicrosoftGraphRecipient.emailAddress()Get the emailAddress property: emailAddress.MicrosoftGraphCalendar.owner()Get the owner property: emailAddress.MicrosoftGraphInferenceClassificationOverride.senderEmailAddress()Get the senderEmailAddress property: emailAddress.MicrosoftGraphEmailAddress.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: emailAddress.MicrosoftGraphEmailAddress.withAddress(String address) Set the address property: The email address of the person or entity.Set the name property: The display name of the person or entity.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphEmailAddressModifier and TypeMethodDescriptionMicrosoftGraphContact.emailAddresses()Get the emailAddresses property: The contact's email addresses.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphEmailAddressModifier and TypeMethodDescriptionMicrosoftGraphAttendee.withEmailAddress(MicrosoftGraphEmailAddress emailAddress) Set the emailAddress property: emailAddress.MicrosoftGraphAttendeeBase.withEmailAddress(MicrosoftGraphEmailAddress emailAddress) Set the emailAddress property: emailAddress.MicrosoftGraphCalendarPermission.withEmailAddress(MicrosoftGraphEmailAddress emailAddress) Set the emailAddress property: emailAddress.MicrosoftGraphRecipient.withEmailAddress(MicrosoftGraphEmailAddress emailAddress) Set the emailAddress property: emailAddress.MicrosoftGraphCalendar.withOwner(MicrosoftGraphEmailAddress owner) Set the owner property: emailAddress.MicrosoftGraphInferenceClassificationOverride.withSenderEmailAddress(MicrosoftGraphEmailAddress senderEmailAddress) Set the senderEmailAddress property: emailAddress.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphEmailAddressModifier and TypeMethodDescriptionMicrosoftGraphContact.withEmailAddresses(List<MicrosoftGraphEmailAddress> emailAddresses) Set the emailAddresses property: The contact's email addresses.