Package com.oracle.bmc.devops.model
Class UpdateProjectNotificationPreferenceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.UpdateProjectNotificationPreferenceDetails.Builder
-
- Enclosing class:
- UpdateProjectNotificationPreferenceDetails
public static class UpdateProjectNotificationPreferenceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateProjectNotificationPreferenceDetails
build()
UpdateProjectNotificationPreferenceDetails.Builder
copy(UpdateProjectNotificationPreferenceDetails model)
UpdateProjectNotificationPreferenceDetails.Builder
notificationPreference(ProjectNotificationPreference.NotificationPreference notificationPreference)
The override value of project notification preference.
-
-
-
Method Detail
-
notificationPreference
public UpdateProjectNotificationPreferenceDetails.Builder notificationPreference(ProjectNotificationPreference.NotificationPreference notificationPreference)
The override value of project notification preference.- Parameters:
notificationPreference
- the value to set- Returns:
- this builder
-
build
public UpdateProjectNotificationPreferenceDetails build()
-
copy
public UpdateProjectNotificationPreferenceDetails.Builder copy(UpdateProjectNotificationPreferenceDetails model)
-
-