Uses of Class
com.oracle.bmc.devops.responses.LikePullRequestCommentResponse
-
Packages that use LikePullRequestCommentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of LikePullRequestCommentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return LikePullRequestCommentResponse Modifier and Type Method Description LikePullRequestCommentResponse
Devops. likePullRequestComment(LikePullRequestCommentRequest request)
Like a PullRequest commentLikePullRequestCommentResponse
DevopsClient. likePullRequestComment(LikePullRequestCommentRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type LikePullRequestCommentResponse Modifier and Type Method Description Future<LikePullRequestCommentResponse>
DevopsAsync. likePullRequestComment(LikePullRequestCommentRequest request, AsyncHandler<LikePullRequestCommentRequest,LikePullRequestCommentResponse> handler)
Like a PullRequest commentFuture<LikePullRequestCommentResponse>
DevopsAsyncClient. likePullRequestComment(LikePullRequestCommentRequest request, AsyncHandler<LikePullRequestCommentRequest,LikePullRequestCommentResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type LikePullRequestCommentResponse Modifier and Type Method Description Future<LikePullRequestCommentResponse>
DevopsAsync. likePullRequestComment(LikePullRequestCommentRequest request, AsyncHandler<LikePullRequestCommentRequest,LikePullRequestCommentResponse> handler)
Like a PullRequest commentFuture<LikePullRequestCommentResponse>
DevopsAsyncClient. likePullRequestComment(LikePullRequestCommentRequest request, AsyncHandler<LikePullRequestCommentRequest,LikePullRequestCommentResponse> handler)
-
Uses of LikePullRequestCommentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return LikePullRequestCommentResponse Modifier and Type Method Description LikePullRequestCommentResponse
LikePullRequestCommentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type LikePullRequestCommentResponse Modifier and Type Method Description LikePullRequestCommentResponse.Builder
LikePullRequestCommentResponse.Builder. copy(LikePullRequestCommentResponse o)
Copy method to populate the builder with values from the given instance.
-