Uses of Class
com.oracle.bmc.devops.responses.CreatePullRequestResponse
- 
Packages that use CreatePullRequestResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses 
- 
- 
Uses of CreatePullRequestResponse in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops that return CreatePullRequestResponse Modifier and Type Method Description CreatePullRequestResponseDevops. createPullRequest(CreatePullRequestRequest request)Creates a new PullRequest.CreatePullRequestResponseDevopsClient. createPullRequest(CreatePullRequestRequest request)Methods in com.oracle.bmc.devops that return types with arguments of type CreatePullRequestResponse Modifier and Type Method Description Future<CreatePullRequestResponse>DevopsAsync. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)Creates a new PullRequest.Future<CreatePullRequestResponse>DevopsAsyncClient. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)Method parameters in com.oracle.bmc.devops with type arguments of type CreatePullRequestResponse Modifier and Type Method Description Future<CreatePullRequestResponse>DevopsAsync. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)Creates a new PullRequest.Future<CreatePullRequestResponse>DevopsAsyncClient. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)
- 
Uses of CreatePullRequestResponse in com.oracle.bmc.devops.responsesMethods in com.oracle.bmc.devops.responses that return CreatePullRequestResponse Modifier and Type Method Description CreatePullRequestResponseCreatePullRequestResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CreatePullRequestResponse Modifier and Type Method Description CreatePullRequestResponse.BuilderCreatePullRequestResponse.Builder. copy(CreatePullRequestResponse o)Copy method to populate the builder with values from the given instance.
 
-