Uses of Class
com.oracle.bmc.devops.responses.ListPullRequestAttachmentsResponse
-
Packages that use ListPullRequestAttachmentsResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListPullRequestAttachmentsResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListPullRequestAttachmentsResponse Modifier and Type Method Description ListPullRequestAttachmentsResponse
Devops. listPullRequestAttachments(ListPullRequestAttachmentsRequest request)
List PullRequest level attachments by identifierListPullRequestAttachmentsResponse
DevopsClient. listPullRequestAttachments(ListPullRequestAttachmentsRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListPullRequestAttachmentsResponse Modifier and Type Method Description Future<ListPullRequestAttachmentsResponse>
DevopsAsync. listPullRequestAttachments(ListPullRequestAttachmentsRequest request, AsyncHandler<ListPullRequestAttachmentsRequest,ListPullRequestAttachmentsResponse> handler)
List PullRequest level attachments by identifierFuture<ListPullRequestAttachmentsResponse>
DevopsAsyncClient. listPullRequestAttachments(ListPullRequestAttachmentsRequest request, AsyncHandler<ListPullRequestAttachmentsRequest,ListPullRequestAttachmentsResponse> handler)
Iterable<ListPullRequestAttachmentsResponse>
DevopsPaginators. listPullRequestAttachmentsResponseIterator(ListPullRequestAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listPullRequestAttachments operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListPullRequestAttachmentsResponse Modifier and Type Method Description Future<ListPullRequestAttachmentsResponse>
DevopsAsync. listPullRequestAttachments(ListPullRequestAttachmentsRequest request, AsyncHandler<ListPullRequestAttachmentsRequest,ListPullRequestAttachmentsResponse> handler)
List PullRequest level attachments by identifierFuture<ListPullRequestAttachmentsResponse>
DevopsAsyncClient. listPullRequestAttachments(ListPullRequestAttachmentsRequest request, AsyncHandler<ListPullRequestAttachmentsRequest,ListPullRequestAttachmentsResponse> handler)
-
Uses of ListPullRequestAttachmentsResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListPullRequestAttachmentsResponse Modifier and Type Method Description ListPullRequestAttachmentsResponse
ListPullRequestAttachmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListPullRequestAttachmentsResponse Modifier and Type Method Description ListPullRequestAttachmentsResponse.Builder
ListPullRequestAttachmentsResponse.Builder. copy(ListPullRequestAttachmentsResponse o)
Copy method to populate the builder with values from the given instance.
-