Class NotificationSettingsEventSettings.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.NotificationSettingsEventSettings.Builder
-
- Enclosing class:
- NotificationSettingsEventSettings
public static class NotificationSettingsEventSettings.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationSettingsEventSettings
build()
NotificationSettingsEventSettings.Builder
copy(NotificationSettingsEventSettings model)
NotificationSettingsEventSettings.Builder
enabled(Boolean enabled)
Specify if notifications are enabled for the eventNotificationSettingsEventSettings.Builder
eventId(String eventId)
IDCS-generated event
-
-
-
Method Detail
-
eventId
public NotificationSettingsEventSettings.Builder eventId(String eventId)
IDCS-generated event*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
eventId
- the value to set- Returns:
- this builder
-
enabled
public NotificationSettingsEventSettings.Builder enabled(Boolean enabled)
Specify if notifications are enabled for the event*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
- Parameters:
enabled
- the value to set- Returns:
- this builder
-
build
public NotificationSettingsEventSettings build()
-
copy
public NotificationSettingsEventSettings.Builder copy(NotificationSettingsEventSettings model)
-
-