Package com.oracle.bmc.devops.model
Class PullRequestAttachmentCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.PullRequestAttachmentCollection.Builder
-
- Enclosing class:
- PullRequestAttachmentCollection
public static class PullRequestAttachmentCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PullRequestAttachmentCollection
build()
PullRequestAttachmentCollection.Builder
copy(PullRequestAttachmentCollection model)
PullRequestAttachmentCollection.Builder
items(List<PullRequestAttachmentSummary> items)
List of pullRequest attachment objects.
-
-
-
Method Detail
-
items
public PullRequestAttachmentCollection.Builder items(List<PullRequestAttachmentSummary> items)
List of pullRequest attachment objects.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public PullRequestAttachmentCollection build()
-
copy
public PullRequestAttachmentCollection.Builder copy(PullRequestAttachmentCollection model)
-
-