Uses of Class
com.oracle.bmc.devops.requests.ResolvePullRequestCommentRequest
-
Packages that use ResolvePullRequestCommentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ResolvePullRequestCommentRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type ResolvePullRequestCommentRequest Modifier and Type Method Description ResolvePullRequestCommentResponse
Devops. resolvePullRequestComment(ResolvePullRequestCommentRequest request)
Resolve a PullRequest CommentFuture<ResolvePullRequestCommentResponse>
DevopsAsync. resolvePullRequestComment(ResolvePullRequestCommentRequest request, AsyncHandler<ResolvePullRequestCommentRequest,ResolvePullRequestCommentResponse> handler)
Resolve a PullRequest CommentFuture<ResolvePullRequestCommentResponse>
DevopsAsyncClient. resolvePullRequestComment(ResolvePullRequestCommentRequest request, AsyncHandler<ResolvePullRequestCommentRequest,ResolvePullRequestCommentResponse> handler)
ResolvePullRequestCommentResponse
DevopsClient. resolvePullRequestComment(ResolvePullRequestCommentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type ResolvePullRequestCommentRequest 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 ResolvePullRequestCommentRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ResolvePullRequestCommentRequest Modifier and Type Method Description ResolvePullRequestCommentRequest
ResolvePullRequestCommentRequest.Builder. build()
Build the instance of ResolvePullRequestCommentRequest as configured by this builderResolvePullRequestCommentRequest
ResolvePullRequestCommentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ResolvePullRequestCommentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ResolvePullRequestCommentRequest Modifier and Type Method Description ResolvePullRequestCommentRequest.Builder
ResolvePullRequestCommentRequest.Builder. copy(ResolvePullRequestCommentRequest o)
Copy method to populate the builder with values from the given instance.
-