Class SupportedShapeCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.SupportedShapeCollection.Builder
-
- Enclosing class:
- SupportedShapeCollection
public static class SupportedShapeCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportedShapeCollectionbuild()SupportedShapeCollection.Buildercopy(SupportedShapeCollection model)SupportedShapeCollection.Builderitems(List<SupportedShapeSummary> items)List of supported shapes.
-
-
-
Method Detail
-
items
public SupportedShapeCollection.Builder items(List<SupportedShapeSummary> items)
List of supported shapes.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public SupportedShapeCollection build()
-
copy
public SupportedShapeCollection.Builder copy(SupportedShapeCollection model)
-
-