Uses of Class
com.oracle.bmc.devops.model.RepositoryNotificationPreference.NotificationPreference
-
Packages that use RepositoryNotificationPreference.NotificationPreference Package Description com.oracle.bmc.devops.model -
-
Uses of RepositoryNotificationPreference.NotificationPreference in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return RepositoryNotificationPreference.NotificationPreference Modifier and Type Method Description static RepositoryNotificationPreference.NotificationPreference
RepositoryNotificationPreference.NotificationPreference. create(String key)
RepositoryNotificationPreference.NotificationPreference
RepositoryNotificationPreference. getNotificationPreference()
The override value of repository notification preference.RepositoryNotificationPreference.NotificationPreference
UpdateRepositoryNotificationPreferenceDetails. getNotificationPreference()
The override value of repository notification preference.static RepositoryNotificationPreference.NotificationPreference
RepositoryNotificationPreference.NotificationPreference. valueOf(String name)
Returns the enum constant of this type with the specified name.static RepositoryNotificationPreference.NotificationPreference[]
RepositoryNotificationPreference.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 RepositoryNotificationPreference.NotificationPreference Modifier and Type Method Description RepositoryNotificationPreference.Builder
RepositoryNotificationPreference.Builder. notificationPreference(RepositoryNotificationPreference.NotificationPreference notificationPreference)
The override value of repository notification preference.UpdateRepositoryNotificationPreferenceDetails.Builder
UpdateRepositoryNotificationPreferenceDetails.Builder. notificationPreference(RepositoryNotificationPreference.NotificationPreference notificationPreference)
The override value of repository notification preference.Constructors in com.oracle.bmc.devops.model with parameters of type RepositoryNotificationPreference.NotificationPreference Constructor Description RepositoryNotificationPreference(String repositoryId, String userId, RepositoryNotificationPreference.NotificationPreference notificationPreference)
Deprecated.UpdateRepositoryNotificationPreferenceDetails(RepositoryNotificationPreference.NotificationPreference notificationPreference)
Deprecated.
-