Uses of Class
com.oracle.bmc.devops.model.PullRequestAttachmentCollection
-
Packages that use PullRequestAttachmentCollection Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of PullRequestAttachmentCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestAttachmentCollection Modifier and Type Method Description PullRequestAttachmentCollection
PullRequestAttachmentCollection.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type PullRequestAttachmentCollection Modifier and Type Method Description PullRequestAttachmentCollection.Builder
PullRequestAttachmentCollection.Builder. copy(PullRequestAttachmentCollection model)
-
Uses of PullRequestAttachmentCollection in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return PullRequestAttachmentCollection Modifier and Type Method Description PullRequestAttachmentCollection
ListPullRequestAttachmentsResponse. getPullRequestAttachmentCollection()
The returned PullRequestAttachmentCollection instance.Methods in com.oracle.bmc.devops.responses with parameters of type PullRequestAttachmentCollection Modifier and Type Method Description ListPullRequestAttachmentsResponse.Builder
ListPullRequestAttachmentsResponse.Builder. pullRequestAttachmentCollection(PullRequestAttachmentCollection pullRequestAttachmentCollection)
The returned PullRequestAttachmentCollection instance.
-