Uses of Class
com.oracle.bmc.devops.model.ProjectNotificationPreference.NotificationPreference
-
Packages that use ProjectNotificationPreference.NotificationPreference Package Description com.oracle.bmc.devops.model -
-
Uses of ProjectNotificationPreference.NotificationPreference in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ProjectNotificationPreference.NotificationPreference Modifier and Type Method Description static ProjectNotificationPreference.NotificationPreference
ProjectNotificationPreference.NotificationPreference. create(String key)
ProjectNotificationPreference.NotificationPreference
ProjectNotificationPreference. getNotificationPreference()
The override value of project notification preference.ProjectNotificationPreference.NotificationPreference
UpdateProjectNotificationPreferenceDetails. getNotificationPreference()
The override value of project notification preference.static ProjectNotificationPreference.NotificationPreference
ProjectNotificationPreference.NotificationPreference. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProjectNotificationPreference.NotificationPreference[]
ProjectNotificationPreference.NotificationPreference. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type ProjectNotificationPreference.NotificationPreference Modifier and Type Method Description ProjectNotificationPreference.Builder
ProjectNotificationPreference.Builder. notificationPreference(ProjectNotificationPreference.NotificationPreference notificationPreference)
The override value of project notification preference.UpdateProjectNotificationPreferenceDetails.Builder
UpdateProjectNotificationPreferenceDetails.Builder. notificationPreference(ProjectNotificationPreference.NotificationPreference notificationPreference)
The override value of project notification preference.Constructors in com.oracle.bmc.devops.model with parameters of type ProjectNotificationPreference.NotificationPreference Constructor Description ProjectNotificationPreference(String projectId, String userId, ProjectNotificationPreference.NotificationPreference notificationPreference)
Deprecated.UpdateProjectNotificationPreferenceDetails(ProjectNotificationPreference.NotificationPreference notificationPreference)
Deprecated.
-