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