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