Uses of Class
com.oracle.bmc.identitydomains.model.NotificationSettingsEventSettings
-
Packages that use NotificationSettingsEventSettings Package Description com.oracle.bmc.identitydomains.model -
-
Uses of NotificationSettingsEventSettings in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return NotificationSettingsEventSettings Modifier and Type Method Description NotificationSettingsEventSettings
NotificationSettingsEventSettings.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type NotificationSettingsEventSettings Modifier and Type Method Description List<NotificationSettingsEventSettings>
NotificationSetting. getEventSettings()
Event settingsMethods in com.oracle.bmc.identitydomains.model with parameters of type NotificationSettingsEventSettings Modifier and Type Method Description NotificationSettingsEventSettings.Builder
NotificationSettingsEventSettings.Builder. copy(NotificationSettingsEventSettings model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type NotificationSettingsEventSettings Modifier and Type Method Description NotificationSetting.Builder
NotificationSetting.Builder. eventSettings(List<NotificationSettingsEventSettings> eventSettings)
Event settings
-