Uses of Class
com.oracle.bmc.devops.responses.UpdatePullRequestResponse
-
Packages that use UpdatePullRequestResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of UpdatePullRequestResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return UpdatePullRequestResponse Modifier and Type Method Description UpdatePullRequestResponse
Devops. updatePullRequest(UpdatePullRequestRequest request)
Updates the PullRequestUpdatePullRequestResponse
DevopsClient. updatePullRequest(UpdatePullRequestRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type UpdatePullRequestResponse Modifier and Type Method Description Future<UpdatePullRequestResponse>
DevopsAsync. updatePullRequest(UpdatePullRequestRequest request, AsyncHandler<UpdatePullRequestRequest,UpdatePullRequestResponse> handler)
Updates the PullRequestFuture<UpdatePullRequestResponse>
DevopsAsyncClient. updatePullRequest(UpdatePullRequestRequest request, AsyncHandler<UpdatePullRequestRequest,UpdatePullRequestResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdatePullRequestResponse Modifier and Type Method Description Future<UpdatePullRequestResponse>
DevopsAsync. updatePullRequest(UpdatePullRequestRequest request, AsyncHandler<UpdatePullRequestRequest,UpdatePullRequestResponse> handler)
Updates the PullRequestFuture<UpdatePullRequestResponse>
DevopsAsyncClient. updatePullRequest(UpdatePullRequestRequest request, AsyncHandler<UpdatePullRequestRequest,UpdatePullRequestResponse> handler)
-
Uses of UpdatePullRequestResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return UpdatePullRequestResponse Modifier and Type Method Description UpdatePullRequestResponse
UpdatePullRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type UpdatePullRequestResponse Modifier and Type Method Description UpdatePullRequestResponse.Builder
UpdatePullRequestResponse.Builder. copy(UpdatePullRequestResponse o)
Copy method to populate the builder with values from the given instance.
-