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