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