Uses of Class
com.oracle.bmc.devops.requests.GetPullRequestCommentRequest
-
Packages that use GetPullRequestCommentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetPullRequestCommentRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetPullRequestCommentRequest Modifier and Type Method Description GetPullRequestCommentResponse
Devops. getPullRequestComment(GetPullRequestCommentRequest request)
Get PullRequest comment by identifierFuture<GetPullRequestCommentResponse>
DevopsAsync. getPullRequestComment(GetPullRequestCommentRequest request, AsyncHandler<GetPullRequestCommentRequest,GetPullRequestCommentResponse> handler)
Get PullRequest comment by identifierFuture<GetPullRequestCommentResponse>
DevopsAsyncClient. getPullRequestComment(GetPullRequestCommentRequest request, AsyncHandler<GetPullRequestCommentRequest,GetPullRequestCommentResponse> handler)
GetPullRequestCommentResponse
DevopsClient. getPullRequestComment(GetPullRequestCommentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetPullRequestCommentRequest Modifier and Type Method Description Future<GetPullRequestCommentResponse>
DevopsAsync. getPullRequestComment(GetPullRequestCommentRequest request, AsyncHandler<GetPullRequestCommentRequest,GetPullRequestCommentResponse> handler)
Get PullRequest comment by identifierFuture<GetPullRequestCommentResponse>
DevopsAsyncClient. getPullRequestComment(GetPullRequestCommentRequest request, AsyncHandler<GetPullRequestCommentRequest,GetPullRequestCommentResponse> handler)
-
Uses of GetPullRequestCommentRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetPullRequestCommentRequest Modifier and Type Method Description GetPullRequestCommentRequest
GetPullRequestCommentRequest.Builder. build()
Build the instance of GetPullRequestCommentRequest as configured by this builderGetPullRequestCommentRequest
GetPullRequestCommentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPullRequestCommentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetPullRequestCommentRequest Modifier and Type Method Description GetPullRequestCommentRequest.Builder
GetPullRequestCommentRequest.Builder. copy(GetPullRequestCommentRequest o)
Copy method to populate the builder with values from the given instance.
-