Uses of Class
com.oracle.bmc.devops.model.PullRequestAttachmentSummary
-
Packages that use PullRequestAttachmentSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of PullRequestAttachmentSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type PullRequestAttachmentSummary Modifier and Type Method Description Iterable<PullRequestAttachmentSummary>
DevopsPaginators. listPullRequestAttachmentsRecordIterator(ListPullRequestAttachmentsRequest request)
Creates a new iterable which will iterate over thePullRequestAttachmentSummary
objects contained in responses from the listPullRequestAttachments operation. -
Uses of PullRequestAttachmentSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestAttachmentSummary Modifier and Type Method Description PullRequestAttachmentSummary
PullRequestAttachmentSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type PullRequestAttachmentSummary Modifier and Type Method Description List<PullRequestAttachmentSummary>
PullRequestAttachmentCollection. getItems()
List of pullRequest attachment objects.Methods in com.oracle.bmc.devops.model with parameters of type PullRequestAttachmentSummary Modifier and Type Method Description PullRequestAttachmentSummary.Builder
PullRequestAttachmentSummary.Builder. copy(PullRequestAttachmentSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestAttachmentSummary Modifier and Type Method Description PullRequestAttachmentCollection.Builder
PullRequestAttachmentCollection.Builder. items(List<PullRequestAttachmentSummary> items)
List of pullRequest attachment objects.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestAttachmentSummary Constructor Description PullRequestAttachmentCollection(List<PullRequestAttachmentSummary> items)
Deprecated.
-