Class QuoteAttachmentCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplaceprivateoffer.model.QuoteAttachmentCollection.Builder
-
- Enclosing class:
- QuoteAttachmentCollection
public static class QuoteAttachmentCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuoteAttachmentCollectionbuild()QuoteAttachmentCollection.Buildercopy(QuoteAttachmentCollection model)QuoteAttachmentCollection.Builderitems(List<QuoteAttachmentSummary> items)List of offer quote attachments.
-
-
-
Method Detail
-
items
public QuoteAttachmentCollection.Builder items(List<QuoteAttachmentSummary> items)
List of offer quote attachments.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public QuoteAttachmentCollection build()
-
copy
public QuoteAttachmentCollection.Builder copy(QuoteAttachmentCollection model)
-
-