Uses of Class
com.oracle.bmc.identitydomains.model.NotificationSettingsFromEmailAddress.Validate
-
Packages that use NotificationSettingsFromEmailAddress.Validate Package Description com.oracle.bmc.identitydomains.model -
-
Uses of NotificationSettingsFromEmailAddress.Validate in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return NotificationSettingsFromEmailAddress.Validate Modifier and Type Method Description static NotificationSettingsFromEmailAddress.Validate
NotificationSettingsFromEmailAddress.Validate. create(String key)
NotificationSettingsFromEmailAddress.Validate
NotificationSettingsFromEmailAddress. getValidate()
From address verification mode.static NotificationSettingsFromEmailAddress.Validate
NotificationSettingsFromEmailAddress.Validate. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationSettingsFromEmailAddress.Validate[]
NotificationSettingsFromEmailAddress.Validate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type NotificationSettingsFromEmailAddress.Validate Modifier and Type Method Description NotificationSettingsFromEmailAddress.Builder
NotificationSettingsFromEmailAddress.Builder. validate(NotificationSettingsFromEmailAddress.Validate validate)
From address verification mode.Constructors in com.oracle.bmc.identitydomains.model with parameters of type NotificationSettingsFromEmailAddress.Validate Constructor Description NotificationSettingsFromEmailAddress(String value, NotificationSettingsFromEmailAddress.ValidationStatus validationStatus, NotificationSettingsFromEmailAddress.Validate validate, String displayName)
Deprecated.
-