Uses of Class
com.oracle.bmc.identitydomains.model.NotificationSettingsFromEmailAddress
-
Packages that use NotificationSettingsFromEmailAddress Package Description com.oracle.bmc.identitydomains.model -
-
Uses of NotificationSettingsFromEmailAddress in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return NotificationSettingsFromEmailAddress Modifier and Type Method Description NotificationSettingsFromEmailAddress
NotificationSettingsFromEmailAddress.Builder. build()
NotificationSettingsFromEmailAddress
NotificationSetting. getFromEmailAddress()
Methods in com.oracle.bmc.identitydomains.model with parameters of type NotificationSettingsFromEmailAddress Modifier and Type Method Description NotificationSettingsFromEmailAddress.Builder
NotificationSettingsFromEmailAddress.Builder. copy(NotificationSettingsFromEmailAddress model)
NotificationSetting.Builder
NotificationSetting.Builder. fromEmailAddress(NotificationSettingsFromEmailAddress fromEmailAddress)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type NotificationSettingsFromEmailAddress Constructor Description NotificationSetting(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String externalId, Boolean notificationEnabled, Boolean testModeEnabled, List<String> testRecipients, Boolean sendNotificationsToSecondaryEmail, Boolean sendNotificationToOldAndNewPrimaryEmailsWhenAdminChangesPrimaryEmail, NotificationSettingsFromEmailAddress fromEmailAddress, List<NotificationSettingsEventSettings> eventSettings)
Deprecated.
-