Uses of Class
com.oracle.bmc.devops.responses.GetPullRequestCommentResponse
-
Packages that use GetPullRequestCommentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetPullRequestCommentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetPullRequestCommentResponse Modifier and Type Method Description GetPullRequestCommentResponse
Devops. getPullRequestComment(GetPullRequestCommentRequest request)
Get PullRequest comment by identifierGetPullRequestCommentResponse
DevopsClient. getPullRequestComment(GetPullRequestCommentRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetPullRequestCommentResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type GetPullRequestCommentResponse 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 GetPullRequestCommentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetPullRequestCommentResponse Modifier and Type Method Description GetPullRequestCommentResponse
GetPullRequestCommentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetPullRequestCommentResponse Modifier and Type Method Description GetPullRequestCommentResponse.Builder
GetPullRequestCommentResponse.Builder. copy(GetPullRequestCommentResponse o)
Copy method to populate the builder with values from the given instance.
-