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