Uses of Class
com.oracle.bmc.objectstorage.model.ObjectVersionCollection.Builder
- 
Packages that use ObjectVersionCollection.Builder Package Description com.oracle.bmc.objectstorage.model 
- 
- 
Uses of ObjectVersionCollection.Builder in com.oracle.bmc.objectstorage.modelMethods in com.oracle.bmc.objectstorage.model that return ObjectVersionCollection.Builder Modifier and Type Method Description static ObjectVersionCollection.BuilderObjectVersionCollection. builder()Create a new builder.ObjectVersionCollection.BuilderObjectVersionCollection.Builder. copy(ObjectVersionCollection model)ObjectVersionCollection.BuilderObjectVersionCollection.Builder. items(List<ObjectVersionSummary> items)An array of object version summaries.ObjectVersionCollection.BuilderObjectVersionCollection.Builder. prefixes(List<String> prefixes)Prefixes that are common to the results returned by the request if the request specified a delimiter.ObjectVersionCollection.BuilderObjectVersionCollection. toBuilder()
 
-