Uses of Class
com.oracle.bmc.devops.responses.GetPullRequestResponse
- 
Packages that use GetPullRequestResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses 
- 
- 
Uses of GetPullRequestResponse in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops that return GetPullRequestResponse Modifier and Type Method Description GetPullRequestResponseDevops. getPullRequest(GetPullRequestRequest request)Gets a PullRequest by identifierGetPullRequestResponseDevopsClient. getPullRequest(GetPullRequestRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type GetPullRequestResponse Modifier and Type Method Description Future<GetPullRequestResponse>DevopsAsync. getPullRequest(GetPullRequestRequest request, AsyncHandler<GetPullRequestRequest,GetPullRequestResponse> handler)Gets a PullRequest by identifierFuture<GetPullRequestResponse>DevopsAsyncClient. getPullRequest(GetPullRequestRequest request, AsyncHandler<GetPullRequestRequest,GetPullRequestResponse> handler)
- 
Uses of GetPullRequestResponse in com.oracle.bmc.devops.responsesMethods in com.oracle.bmc.devops.responses that return GetPullRequestResponse Modifier and Type Method Description GetPullRequestResponseGetPullRequestResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetPullRequestResponse Modifier and Type Method Description GetPullRequestResponse.BuilderGetPullRequestResponse.Builder. copy(GetPullRequestResponse o)Copy method to populate the builder with values from the given instance.
 
-