Uses of Class
com.oracle.bmc.rover.model.ShapeCollection
-
Packages that use ShapeCollection Package Description com.oracle.bmc.rover.model com.oracle.bmc.rover.responses -
-
Uses of ShapeCollection in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return ShapeCollection Modifier and Type Method Description ShapeCollection
ShapeCollection.Builder. build()
Methods in com.oracle.bmc.rover.model with parameters of type ShapeCollection Modifier and Type Method Description ShapeCollection.Builder
ShapeCollection.Builder. copy(ShapeCollection model)
-
Uses of ShapeCollection in com.oracle.bmc.rover.responses
Methods in com.oracle.bmc.rover.responses that return ShapeCollection Modifier and Type Method Description ShapeCollection
ListShapesResponse. getShapeCollection()
The returned ShapeCollection instance.Methods in com.oracle.bmc.rover.responses with parameters of type ShapeCollection Modifier and Type Method Description ListShapesResponse.Builder
ListShapesResponse.Builder. shapeCollection(ShapeCollection shapeCollection)
The returned ShapeCollection instance.
-