Uses of Class
com.oracle.bmc.devops.responses.CreatePullRequestCommentResponse
- 
Packages that use CreatePullRequestCommentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses 
- 
- 
Uses of CreatePullRequestCommentResponse in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops that return CreatePullRequestCommentResponse Modifier and Type Method Description CreatePullRequestCommentResponseDevops. createPullRequestComment(CreatePullRequestCommentRequest request)Creates a new PullRequest comment.CreatePullRequestCommentResponseDevopsClient. createPullRequestComment(CreatePullRequestCommentRequest request)Methods in com.oracle.bmc.devops that return types with arguments of type CreatePullRequestCommentResponse Modifier and Type Method Description Future<CreatePullRequestCommentResponse>DevopsAsync. createPullRequestComment(CreatePullRequestCommentRequest request, AsyncHandler<CreatePullRequestCommentRequest,CreatePullRequestCommentResponse> handler)Creates a new PullRequest comment.Future<CreatePullRequestCommentResponse>DevopsAsyncClient. createPullRequestComment(CreatePullRequestCommentRequest request, AsyncHandler<CreatePullRequestCommentRequest,CreatePullRequestCommentResponse> handler)Method parameters in com.oracle.bmc.devops with type arguments of type CreatePullRequestCommentResponse Modifier and Type Method Description Future<CreatePullRequestCommentResponse>DevopsAsync. createPullRequestComment(CreatePullRequestCommentRequest request, AsyncHandler<CreatePullRequestCommentRequest,CreatePullRequestCommentResponse> handler)Creates a new PullRequest comment.Future<CreatePullRequestCommentResponse>DevopsAsyncClient. createPullRequestComment(CreatePullRequestCommentRequest request, AsyncHandler<CreatePullRequestCommentRequest,CreatePullRequestCommentResponse> handler)
- 
Uses of CreatePullRequestCommentResponse in com.oracle.bmc.devops.responsesMethods in com.oracle.bmc.devops.responses that return CreatePullRequestCommentResponse Modifier and Type Method Description CreatePullRequestCommentResponseCreatePullRequestCommentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CreatePullRequestCommentResponse Modifier and Type Method Description CreatePullRequestCommentResponse.BuilderCreatePullRequestCommentResponse.Builder. copy(CreatePullRequestCommentResponse o)Copy method to populate the builder with values from the given instance.
 
-