Class ObjectVersionCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.objectstorage.model.ObjectVersionCollection.Builder
 
- 
- Enclosing class:
- ObjectVersionCollection
 
 public static class ObjectVersionCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectVersionCollectionbuild()ObjectVersionCollection.Buildercopy(ObjectVersionCollection model)ObjectVersionCollection.Builderitems(List<ObjectVersionSummary> items)An array of object version summaries.ObjectVersionCollection.Builderprefixes(List<String> prefixes)Prefixes that are common to the results returned by the request if the request specified a delimiter.
 
- 
- 
- 
Method Detail- 
itemspublic ObjectVersionCollection.Builder items(List<ObjectVersionSummary> items) An array of object version summaries.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
prefixespublic ObjectVersionCollection.Builder prefixes(List<String> prefixes) Prefixes that are common to the results returned by the request if the request specified a delimiter.- Parameters:
- prefixes- the value to set
- Returns:
- this builder
 
 - 
buildpublic ObjectVersionCollection build() 
 - 
copypublic ObjectVersionCollection.Builder copy(ObjectVersionCollection model) 
 
- 
 
-