Uses of Class
com.oracle.bmc.devops.model.ProjectNotificationPreference
-
Packages that use ProjectNotificationPreference Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of ProjectNotificationPreference in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ProjectNotificationPreference Modifier and Type Method Description ProjectNotificationPreference
ProjectNotificationPreference.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type ProjectNotificationPreference Modifier and Type Method Description ProjectNotificationPreference.Builder
ProjectNotificationPreference.Builder. copy(ProjectNotificationPreference model)
-
Uses of ProjectNotificationPreference in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ProjectNotificationPreference Modifier and Type Method Description ProjectNotificationPreference
GetProjectNotificationPreferenceResponse. getProjectNotificationPreference()
The returned ProjectNotificationPreference instance.ProjectNotificationPreference
UpdateProjectNotificationPreferenceResponse. getProjectNotificationPreference()
The returned ProjectNotificationPreference instance.Methods in com.oracle.bmc.devops.responses with parameters of type ProjectNotificationPreference Modifier and Type Method Description GetProjectNotificationPreferenceResponse.Builder
GetProjectNotificationPreferenceResponse.Builder. projectNotificationPreference(ProjectNotificationPreference projectNotificationPreference)
The returned ProjectNotificationPreference instance.UpdateProjectNotificationPreferenceResponse.Builder
UpdateProjectNotificationPreferenceResponse.Builder. projectNotificationPreference(ProjectNotificationPreference projectNotificationPreference)
The returned ProjectNotificationPreference instance.
-