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