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