Uses of Class
com.oracle.bmc.devops.responses.UpdatePullRequestNotificationPreferenceResponse
-
Packages that use UpdatePullRequestNotificationPreferenceResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of UpdatePullRequestNotificationPreferenceResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return UpdatePullRequestNotificationPreferenceResponse Modifier and Type Method Description UpdatePullRequestNotificationPreferenceResponse
Devops. updatePullRequestNotificationPreference(UpdatePullRequestNotificationPreferenceRequest request)
Update the pull request notification preference for the user passed as path paramUpdatePullRequestNotificationPreferenceResponse
DevopsClient. updatePullRequestNotificationPreference(UpdatePullRequestNotificationPreferenceRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type UpdatePullRequestNotificationPreferenceResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdatePullRequestNotificationPreferenceResponse 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 UpdatePullRequestNotificationPreferenceResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return UpdatePullRequestNotificationPreferenceResponse Modifier and Type Method Description UpdatePullRequestNotificationPreferenceResponse
UpdatePullRequestNotificationPreferenceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type UpdatePullRequestNotificationPreferenceResponse Modifier and Type Method Description UpdatePullRequestNotificationPreferenceResponse.Builder
UpdatePullRequestNotificationPreferenceResponse.Builder. copy(UpdatePullRequestNotificationPreferenceResponse o)
Copy method to populate the builder with values from the given instance.
-