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