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