Uses of Class
com.oracle.bmc.cloudbridge.model.Inventory
-
Packages that use Inventory Package Description com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.responses -
-
Uses of Inventory in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Inventory Modifier and Type Method Description Inventory
Inventory.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model with parameters of type Inventory Modifier and Type Method Description Inventory.Builder
Inventory.Builder. copy(Inventory model)
-
Uses of Inventory in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return Inventory Modifier and Type Method Description Inventory
GetInventoryResponse. getInventory()
The returned Inventory instance.Inventory
UpdateInventoryResponse. getInventory()
The returned Inventory instance.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type Inventory Modifier and Type Method Description GetInventoryResponse.Builder
GetInventoryResponse.Builder. inventory(Inventory inventory)
The returned Inventory instance.UpdateInventoryResponse.Builder
UpdateInventoryResponse.Builder. inventory(Inventory inventory)
The returned Inventory instance.
-