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.devops
Method 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.requests
Methods in com.oracle.bmc.devops.requests that return UpdatePullRequestNotificationPreferenceRequest Modifier and Type Method Description UpdatePullRequestNotificationPreferenceRequest
UpdatePullRequestNotificationPreferenceRequest.Builder. build()
Build the instance of UpdatePullRequestNotificationPreferenceRequest as configured by this builderUpdatePullRequestNotificationPreferenceRequest
UpdatePullRequestNotificationPreferenceRequest.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.Builder
UpdatePullRequestNotificationPreferenceRequest.Builder. copy(UpdatePullRequestNotificationPreferenceRequest o)
Copy method to populate the builder with values from the given instance.
-