Uses of Class
com.oracle.bmc.identitydomains.model.NotificationSettings
-
Packages that use NotificationSettings Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of NotificationSettings in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return NotificationSettings Modifier and Type Method Description NotificationSettings
NotificationSettings.Builder. build()
Methods in com.oracle.bmc.identitydomains.model with parameters of type NotificationSettings Modifier and Type Method Description NotificationSettings.Builder
NotificationSettings.Builder. copy(NotificationSettings model)
-
Uses of NotificationSettings in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return NotificationSettings Modifier and Type Method Description NotificationSettings
ListNotificationSettingsResponse. getNotificationSettings()
The returned NotificationSettings instance.NotificationSettings
SearchNotificationSettingsResponse. getNotificationSettings()
The returned NotificationSettings instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type NotificationSettings Modifier and Type Method Description ListNotificationSettingsResponse.Builder
ListNotificationSettingsResponse.Builder. notificationSettings(NotificationSettings notificationSettings)
The returned NotificationSettings instance.SearchNotificationSettingsResponse.Builder
SearchNotificationSettingsResponse.Builder. notificationSettings(NotificationSettings notificationSettings)
The returned NotificationSettings instance.
-