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.model
Methods in com.oracle.bmc.devops.model that return UpdatePullRequestNotificationPreferenceDetails Modifier and Type Method Description UpdatePullRequestNotificationPreferenceDetails
UpdatePullRequestNotificationPreferenceDetails.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type UpdatePullRequestNotificationPreferenceDetails Modifier and Type Method Description UpdatePullRequestNotificationPreferenceDetails.Builder
UpdatePullRequestNotificationPreferenceDetails.Builder. copy(UpdatePullRequestNotificationPreferenceDetails model)
-
Uses of UpdatePullRequestNotificationPreferenceDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return UpdatePullRequestNotificationPreferenceDetails Modifier and Type Method Description UpdatePullRequestNotificationPreferenceDetails
UpdatePullRequestNotificationPreferenceRequest. getBody$()
Alternative accessor for the body parameter.UpdatePullRequestNotificationPreferenceDetails
UpdatePullRequestNotificationPreferenceRequest. getUpdatePullRequestNotificationPreferenceDetails()
The information to be updated.Methods in com.oracle.bmc.devops.requests with parameters of type UpdatePullRequestNotificationPreferenceDetails Modifier and Type Method Description UpdatePullRequestNotificationPreferenceRequest.Builder
UpdatePullRequestNotificationPreferenceRequest.Builder. body$(UpdatePullRequestNotificationPreferenceDetails body)
Alternative setter for the body parameter.UpdatePullRequestNotificationPreferenceRequest.Builder
UpdatePullRequestNotificationPreferenceRequest.Builder. updatePullRequestNotificationPreferenceDetails(UpdatePullRequestNotificationPreferenceDetails updatePullRequestNotificationPreferenceDetails)
The information to be updated.
-