Uses of Class
com.oracle.bmc.identitydomains.model.NotificationSetting
-
Packages that use NotificationSetting Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of NotificationSetting in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return NotificationSetting Modifier and Type Method Description NotificationSetting
NotificationSetting.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type NotificationSetting Modifier and Type Method Description List<NotificationSetting>
NotificationSettings. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type NotificationSetting Modifier and Type Method Description NotificationSetting.Builder
NotificationSetting.Builder. copy(NotificationSetting model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type NotificationSetting Modifier and Type Method Description NotificationSettings.Builder
NotificationSettings.Builder. resources(List<NotificationSetting> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of NotificationSetting in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return NotificationSetting Modifier and Type Method Description NotificationSetting
PutNotificationSettingRequest. getBody$()
Alternative accessor for the body parameter.NotificationSetting
PutNotificationSettingRequest. getNotificationSetting()
Replace the current instance of NotificationSettings with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type NotificationSetting Modifier and Type Method Description PutNotificationSettingRequest.Builder
PutNotificationSettingRequest.Builder. body$(NotificationSetting body)
Alternative setter for the body parameter.PutNotificationSettingRequest.Builder
PutNotificationSettingRequest.Builder. notificationSetting(NotificationSetting notificationSetting)
Replace the current instance of NotificationSettings with provided payload. -
Uses of NotificationSetting in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return NotificationSetting Modifier and Type Method Description NotificationSetting
GetNotificationSettingResponse. getNotificationSetting()
The returned NotificationSetting instance.NotificationSetting
PutNotificationSettingResponse. getNotificationSetting()
The returned NotificationSetting instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type NotificationSetting Modifier and Type Method Description GetNotificationSettingResponse.Builder
GetNotificationSettingResponse.Builder. notificationSetting(NotificationSetting notificationSetting)
The returned NotificationSetting instance.PutNotificationSettingResponse.Builder
PutNotificationSettingResponse.Builder. notificationSetting(NotificationSetting notificationSetting)
The returned NotificationSetting instance.
-