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.model
Methods in com.oracle.bmc.objectstorage.model that return ObjectVersionCollection.Builder Modifier and Type Method Description static ObjectVersionCollection.Builder
ObjectVersionCollection. builder()
Create a new builder.ObjectVersionCollection.Builder
ObjectVersionCollection.Builder. copy(ObjectVersionCollection model)
ObjectVersionCollection.Builder
ObjectVersionCollection.Builder. items(List<ObjectVersionSummary> items)
An array of object version summaries.ObjectVersionCollection.Builder
ObjectVersionCollection.Builder. prefixes(List<String> prefixes)
Prefixes that are common to the results returned by the request if the request specified a delimiter.ObjectVersionCollection.Builder
ObjectVersionCollection. toBuilder()
-