Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
RepositoryNotificationPreference(String repositoryId,
String userId,
RepositoryNotificationPreference.NotificationPreference notificationPreference)
Deprecated.
|
UpdateRepositoryNotificationPreferenceDetails(RepositoryNotificationPreference.NotificationPreference notificationPreference)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.