public static class RepositoryNotificationPreference.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RepositoryNotificationPreference |
build() |
RepositoryNotificationPreference.Builder |
copy(RepositoryNotificationPreference model) |
RepositoryNotificationPreference.Builder |
notificationPreference(RepositoryNotificationPreference.NotificationPreference notificationPreference)
The override value of repository notification preference.
|
RepositoryNotificationPreference.Builder |
repositoryId(String repositoryId)
The ocid of repository resource
|
RepositoryNotificationPreference.Builder |
userId(String userId)
The ocid of user.
|
public RepositoryNotificationPreference.Builder repositoryId(String repositoryId)
The ocid of repository resource
repositoryId
- the value to setpublic RepositoryNotificationPreference.Builder userId(String userId)
The ocid of user.
userId
- the value to setpublic RepositoryNotificationPreference.Builder notificationPreference(RepositoryNotificationPreference.NotificationPreference notificationPreference)
The override value of repository notification preference.
notificationPreference
- the value to setpublic RepositoryNotificationPreference build()
public RepositoryNotificationPreference.Builder copy(RepositoryNotificationPreference model)
Copyright © 2016–2024. All rights reserved.