Uses of Class
com.oracle.bmc.devops.requests.CreatePullRequestRequest
- 
Packages that use CreatePullRequestRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of CreatePullRequestRequest in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops with parameters of type CreatePullRequestRequest Modifier and Type Method Description CreatePullRequestResponseDevops. createPullRequest(CreatePullRequestRequest request)Creates a new PullRequest.Future<CreatePullRequestResponse>DevopsAsync. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)Creates a new PullRequest.Future<CreatePullRequestResponse>DevopsAsyncClient. createPullRequest(CreatePullRequestRequest request, AsyncHandler<CreatePullRequestRequest,CreatePullRequestResponse> handler)CreatePullRequestResponseDevopsClient. createPullRequest(CreatePullRequestRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type CreatePullRequestRequest 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 CreatePullRequestRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return CreatePullRequestRequest Modifier and Type Method Description CreatePullRequestRequestCreatePullRequestRequest.Builder. build()Build the instance of CreatePullRequestRequest as configured by this builderCreatePullRequestRequestCreatePullRequestRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreatePullRequestRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type CreatePullRequestRequest Modifier and Type Method Description CreatePullRequestRequest.BuilderCreatePullRequestRequest.Builder. copy(CreatePullRequestRequest o)Copy method to populate the builder with values from the given instance.
 
-