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