Uses of Class
com.microsoft.graph.models.EmailAddress
Packages that use EmailAddress
-
Uses of EmailAddress in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EmailAddressModifier and TypeMethodDescriptionstatic EmailAddressEmailAddress.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCalendarPermission.getEmailAddress()Gets the emailAddress property value.MailTips.getEmailAddress()Gets the emailAddress property value.Recipient.getEmailAddress()Gets the emailAddress property value.Calendar.getOwner()Gets the owner property value.Contact.getPrimaryEmailAddress()Gets the primaryEmailAddress property value.Contact.getSecondaryEmailAddress()Gets the secondaryEmailAddress property value.InferenceClassificationOverride.getSenderEmailAddress()Gets the senderEmailAddress property value.Contact.getTertiaryEmailAddress()Gets the tertiaryEmailAddress property value.Methods in com.microsoft.graph.models that return types with arguments of type EmailAddressModifier and TypeMethodDescriptionContact.getEmailAddresses()Gets the emailAddresses property value.Methods in com.microsoft.graph.models with parameters of type EmailAddressModifier and TypeMethodDescriptionvoidCalendarPermission.setEmailAddress(EmailAddress value) Sets the emailAddress property value.voidMailTips.setEmailAddress(EmailAddress value) Sets the emailAddress property value.voidRecipient.setEmailAddress(EmailAddress value) Sets the emailAddress property value.voidCalendar.setOwner(EmailAddress value) Sets the owner property value.voidContact.setPrimaryEmailAddress(EmailAddress value) Sets the primaryEmailAddress property value.voidContact.setSecondaryEmailAddress(EmailAddress value) Sets the secondaryEmailAddress property value.voidInferenceClassificationOverride.setSenderEmailAddress(EmailAddress value) Sets the senderEmailAddress property value.voidContact.setTertiaryEmailAddress(EmailAddress value) Sets the tertiaryEmailAddress property value.Method parameters in com.microsoft.graph.models with type arguments of type EmailAddressModifier and TypeMethodDescriptionvoidContact.setEmailAddresses(List<EmailAddress> value) Sets the emailAddresses property value.