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