Uses of Class
com.oracle.bmc.devops.model.UpdatePullRequestNotificationPreferenceDetails
- 
Packages that use UpdatePullRequestNotificationPreferenceDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests 
- 
- 
Uses of UpdatePullRequestNotificationPreferenceDetails in com.oracle.bmc.devops.modelMethods in com.oracle.bmc.devops.model that return UpdatePullRequestNotificationPreferenceDetails Modifier and Type Method Description UpdatePullRequestNotificationPreferenceDetailsUpdatePullRequestNotificationPreferenceDetails.Builder. build()Methods in com.oracle.bmc.devops.model with parameters of type UpdatePullRequestNotificationPreferenceDetails Modifier and Type Method Description UpdatePullRequestNotificationPreferenceDetails.BuilderUpdatePullRequestNotificationPreferenceDetails.Builder. copy(UpdatePullRequestNotificationPreferenceDetails model)
- 
Uses of UpdatePullRequestNotificationPreferenceDetails in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return UpdatePullRequestNotificationPreferenceDetails Modifier and Type Method Description UpdatePullRequestNotificationPreferenceDetailsUpdatePullRequestNotificationPreferenceRequest. getBody$()Alternative accessor for the body parameter.UpdatePullRequestNotificationPreferenceDetailsUpdatePullRequestNotificationPreferenceRequest. getUpdatePullRequestNotificationPreferenceDetails()The information to be updated.Methods in com.oracle.bmc.devops.requests with parameters of type UpdatePullRequestNotificationPreferenceDetails Modifier and Type Method Description UpdatePullRequestNotificationPreferenceRequest.BuilderUpdatePullRequestNotificationPreferenceRequest.Builder. body$(UpdatePullRequestNotificationPreferenceDetails body)Alternative setter for the body parameter.UpdatePullRequestNotificationPreferenceRequest.BuilderUpdatePullRequestNotificationPreferenceRequest.Builder. updatePullRequestNotificationPreferenceDetails(UpdatePullRequestNotificationPreferenceDetails updatePullRequestNotificationPreferenceDetails)The information to be updated.
 
-