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