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.devops
Methods in com.oracle.bmc.devops that return CreatePullRequestResponse Modifier and Type Method Description CreatePullRequestResponse
Devops. createPullRequest(CreatePullRequestRequest request)
Creates a new PullRequest.CreatePullRequestResponse
DevopsClient. 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.responses
Methods in com.oracle.bmc.devops.responses that return CreatePullRequestResponse Modifier and Type Method Description CreatePullRequestResponse
CreatePullRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CreatePullRequestResponse Modifier and Type Method Description CreatePullRequestResponse.Builder
CreatePullRequestResponse.Builder. copy(CreatePullRequestResponse o)
Copy method to populate the builder with values from the given instance.
-