Uses of Class
com.microsoft.graph.models.EmailIdentity
Packages that use EmailIdentity
-
Uses of EmailIdentity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EmailIdentityModifier and TypeMethodDescriptionstatic EmailIdentityEmailIdentity.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueEndUserNotification.getCreatedBy()Gets the createdBy property value.LandingPage.getCreatedBy()Gets the createdBy property value.LoginPage.getCreatedBy()Gets the createdBy property value.Payload.getCreatedBy()Gets the createdBy property value.Simulation.getCreatedBy()Gets the createdBy property value.SimulationAutomation.getCreatedBy()Gets the createdBy property value.Training.getCreatedBy()Gets the createdBy property value.TrainingLanguageDetail.getCreatedBy()Gets the createdBy property value.EndUserNotification.getLastModifiedBy()Gets the lastModifiedBy property value.LandingPage.getLastModifiedBy()Gets the lastModifiedBy property value.LoginPage.getLastModifiedBy()Gets the lastModifiedBy property value.Payload.getLastModifiedBy()Gets the lastModifiedBy property value.Simulation.getLastModifiedBy()Gets the lastModifiedBy property value.SimulationAutomation.getLastModifiedBy()Gets the lastModifiedBy property value.Training.getLastModifiedBy()Gets the lastModifiedBy property value.TrainingLanguageDetail.getLastModifiedBy()Gets the lastModifiedBy property value.EndUserNotificationDetail.getSentFrom()Gets the sentFrom property value.Methods in com.microsoft.graph.models that return types with arguments of type EmailIdentityModifier and TypeMethodDescriptionNotificationRecipients.getCustomRecipients()Gets the customRecipients property value.Methods in com.microsoft.graph.models with parameters of type EmailIdentityModifier and TypeMethodDescriptionvoidEndUserNotification.setCreatedBy(EmailIdentity value) Sets the createdBy property value.voidLandingPage.setCreatedBy(EmailIdentity value) Sets the createdBy property value.voidLoginPage.setCreatedBy(EmailIdentity value) Sets the createdBy property value.voidPayload.setCreatedBy(EmailIdentity value) Sets the createdBy property value.voidSimulation.setCreatedBy(EmailIdentity value) Sets the createdBy property value.voidSimulationAutomation.setCreatedBy(EmailIdentity value) Sets the createdBy property value.voidTraining.setCreatedBy(EmailIdentity value) Sets the createdBy property value.voidTrainingLanguageDetail.setCreatedBy(EmailIdentity value) Sets the createdBy property value.voidEndUserNotification.setLastModifiedBy(EmailIdentity value) Sets the lastModifiedBy property value.voidLandingPage.setLastModifiedBy(EmailIdentity value) Sets the lastModifiedBy property value.voidLoginPage.setLastModifiedBy(EmailIdentity value) Sets the lastModifiedBy property value.voidPayload.setLastModifiedBy(EmailIdentity value) Sets the lastModifiedBy property value.voidSimulation.setLastModifiedBy(EmailIdentity value) Sets the lastModifiedBy property value.voidSimulationAutomation.setLastModifiedBy(EmailIdentity value) Sets the lastModifiedBy property value.voidTraining.setLastModifiedBy(EmailIdentity value) Sets the lastModifiedBy property value.voidTrainingLanguageDetail.setLastModifiedBy(EmailIdentity value) Sets the lastModifiedBy property value.voidEndUserNotificationDetail.setSentFrom(EmailIdentity value) Sets the sentFrom property value.Method parameters in com.microsoft.graph.models with type arguments of type EmailIdentityModifier and TypeMethodDescriptionvoidNotificationRecipients.setCustomRecipients(List<EmailIdentity> value) Sets the customRecipients property value.