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