Uses of Class
com.oracle.bmc.devops.model.PullRequestNotificationPreference
-
Packages that use PullRequestNotificationPreference Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of PullRequestNotificationPreference in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestNotificationPreference Modifier and Type Method Description PullRequestNotificationPreference
PullRequestNotificationPreference.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type PullRequestNotificationPreference Modifier and Type Method Description PullRequestNotificationPreference.Builder
PullRequestNotificationPreference.Builder. copy(PullRequestNotificationPreference model)
-
Uses of PullRequestNotificationPreference in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return PullRequestNotificationPreference Modifier and Type Method Description PullRequestNotificationPreference
GetPullRequestNotificationPreferenceResponse. getPullRequestNotificationPreference()
The returned PullRequestNotificationPreference instance.PullRequestNotificationPreference
UpdatePullRequestNotificationPreferenceResponse. getPullRequestNotificationPreference()
The returned PullRequestNotificationPreference instance.Methods in com.oracle.bmc.devops.responses with parameters of type PullRequestNotificationPreference Modifier and Type Method Description GetPullRequestNotificationPreferenceResponse.Builder
GetPullRequestNotificationPreferenceResponse.Builder. pullRequestNotificationPreference(PullRequestNotificationPreference pullRequestNotificationPreference)
The returned PullRequestNotificationPreference instance.UpdatePullRequestNotificationPreferenceResponse.Builder
UpdatePullRequestNotificationPreferenceResponse.Builder. pullRequestNotificationPreference(PullRequestNotificationPreference pullRequestNotificationPreference)
The returned PullRequestNotificationPreference instance.
-