Uses of Class
com.oracle.bmc.devops.requests.UpdatePullRequestNotificationPreferenceRequest
- 
Packages that use UpdatePullRequestNotificationPreferenceRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of UpdatePullRequestNotificationPreferenceRequest in com.oracle.bmc.devopsMethod parameters in com.oracle.bmc.devops with type arguments of type UpdatePullRequestNotificationPreferenceRequest Modifier and Type Method Description Future<UpdatePullRequestNotificationPreferenceResponse>DevopsAsync. updatePullRequestNotificationPreference(UpdatePullRequestNotificationPreferenceRequest request, AsyncHandler<UpdatePullRequestNotificationPreferenceRequest,UpdatePullRequestNotificationPreferenceResponse> handler)Update the pull request notification preference for the user passed as path paramFuture<UpdatePullRequestNotificationPreferenceResponse>DevopsAsyncClient. updatePullRequestNotificationPreference(UpdatePullRequestNotificationPreferenceRequest request, AsyncHandler<UpdatePullRequestNotificationPreferenceRequest,UpdatePullRequestNotificationPreferenceResponse> handler)
- 
Uses of UpdatePullRequestNotificationPreferenceRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return UpdatePullRequestNotificationPreferenceRequest Modifier and Type Method Description UpdatePullRequestNotificationPreferenceRequestUpdatePullRequestNotificationPreferenceRequest.Builder. build()Build the instance of UpdatePullRequestNotificationPreferenceRequest as configured by this builderUpdatePullRequestNotificationPreferenceRequestUpdatePullRequestNotificationPreferenceRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdatePullRequestNotificationPreferenceRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type UpdatePullRequestNotificationPreferenceRequest Modifier and Type Method Description UpdatePullRequestNotificationPreferenceRequest.BuilderUpdatePullRequestNotificationPreferenceRequest.Builder. copy(UpdatePullRequestNotificationPreferenceRequest o)Copy method to populate the builder with values from the given instance.
 
-