Uses of Class
com.oracle.bmc.devops.responses.ResolvePullRequestCommentResponse
- 
Packages that use ResolvePullRequestCommentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses 
- 
- 
Uses of ResolvePullRequestCommentResponse in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops that return ResolvePullRequestCommentResponse Modifier and Type Method Description ResolvePullRequestCommentResponseDevops. resolvePullRequestComment(ResolvePullRequestCommentRequest request)Resolve a PullRequest CommentResolvePullRequestCommentResponseDevopsClient. resolvePullRequestComment(ResolvePullRequestCommentRequest request)Methods in com.oracle.bmc.devops that return types with arguments of type ResolvePullRequestCommentResponse Modifier and Type Method Description Future<ResolvePullRequestCommentResponse>DevopsAsync. resolvePullRequestComment(ResolvePullRequestCommentRequest request, AsyncHandler<ResolvePullRequestCommentRequest,ResolvePullRequestCommentResponse> handler)Resolve a PullRequest CommentFuture<ResolvePullRequestCommentResponse>DevopsAsyncClient. resolvePullRequestComment(ResolvePullRequestCommentRequest request, AsyncHandler<ResolvePullRequestCommentRequest,ResolvePullRequestCommentResponse> handler)Method parameters in com.oracle.bmc.devops with type arguments of type ResolvePullRequestCommentResponse Modifier and Type Method Description Future<ResolvePullRequestCommentResponse>DevopsAsync. resolvePullRequestComment(ResolvePullRequestCommentRequest request, AsyncHandler<ResolvePullRequestCommentRequest,ResolvePullRequestCommentResponse> handler)Resolve a PullRequest CommentFuture<ResolvePullRequestCommentResponse>DevopsAsyncClient. resolvePullRequestComment(ResolvePullRequestCommentRequest request, AsyncHandler<ResolvePullRequestCommentRequest,ResolvePullRequestCommentResponse> handler)
- 
Uses of ResolvePullRequestCommentResponse in com.oracle.bmc.devops.responsesMethods in com.oracle.bmc.devops.responses that return ResolvePullRequestCommentResponse Modifier and Type Method Description ResolvePullRequestCommentResponseResolvePullRequestCommentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ResolvePullRequestCommentResponse Modifier and Type Method Description ResolvePullRequestCommentResponse.BuilderResolvePullRequestCommentResponse.Builder. copy(ResolvePullRequestCommentResponse o)Copy method to populate the builder with values from the given instance.
 
-