Uses of Class
com.oracle.bmc.devops.requests.CreatePullRequestCommentRequest
-
Packages that use CreatePullRequestCommentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of CreatePullRequestCommentRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type CreatePullRequestCommentRequest Modifier and Type Method Description CreatePullRequestCommentResponse
Devops. createPullRequestComment(CreatePullRequestCommentRequest request)
Creates a new PullRequest comment.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)
CreatePullRequestCommentResponse
DevopsClient. createPullRequestComment(CreatePullRequestCommentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type CreatePullRequestCommentRequest 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 CreatePullRequestCommentRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreatePullRequestCommentRequest Modifier and Type Method Description CreatePullRequestCommentRequest
CreatePullRequestCommentRequest.Builder. build()
Build the instance of CreatePullRequestCommentRequest as configured by this builderCreatePullRequestCommentRequest
CreatePullRequestCommentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePullRequestCommentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type CreatePullRequestCommentRequest Modifier and Type Method Description CreatePullRequestCommentRequest.Builder
CreatePullRequestCommentRequest.Builder. copy(CreatePullRequestCommentRequest o)
Copy method to populate the builder with values from the given instance.
-