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