Uses of Class
com.oracle.bmc.devops.model.ProjectNotificationPreference.Builder
-
Packages that use ProjectNotificationPreference.Builder Package Description com.oracle.bmc.devops.model -
-
Uses of ProjectNotificationPreference.Builder in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ProjectNotificationPreference.Builder Modifier and Type Method Description static ProjectNotificationPreference.Builder
ProjectNotificationPreference. builder()
Create a new builder.ProjectNotificationPreference.Builder
ProjectNotificationPreference.Builder. copy(ProjectNotificationPreference model)
ProjectNotificationPreference.Builder
ProjectNotificationPreference.Builder. notificationPreference(ProjectNotificationPreference.NotificationPreference notificationPreference)
The override value of project notification preference.ProjectNotificationPreference.Builder
ProjectNotificationPreference.Builder. projectId(String projectId)
The ocid of project resourceProjectNotificationPreference.Builder
ProjectNotificationPreference. toBuilder()
ProjectNotificationPreference.Builder
ProjectNotificationPreference.Builder. userId(String userId)
The ocid of user.
-