Uses of Class
com.oracle.bmc.devops.requests.ListPullRequestAttachmentsRequest
-
Packages that use ListPullRequestAttachmentsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListPullRequestAttachmentsRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type ListPullRequestAttachmentsRequest 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 ListPullRequestAttachmentsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListPullRequestAttachmentsRequest Modifier and Type Method Description ListPullRequestAttachmentsRequest
ListPullRequestAttachmentsRequest.Builder. build()
Build the instance of ListPullRequestAttachmentsRequest as configured by this builderListPullRequestAttachmentsRequest
ListPullRequestAttachmentsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPullRequestAttachmentsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListPullRequestAttachmentsRequest Modifier and Type Method Description ListPullRequestAttachmentsRequest.Builder
ListPullRequestAttachmentsRequest.Builder. copy(ListPullRequestAttachmentsRequest o)
Copy method to populate the builder with values from the given instance.
-