Uses of Class
com.oracle.bmc.cloudbridge.model.CreateInventoryDetails
-
Packages that use CreateInventoryDetails Package Description com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of CreateInventoryDetails in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return CreateInventoryDetails Modifier and Type Method Description CreateInventoryDetails
CreateInventoryDetails.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model with parameters of type CreateInventoryDetails Modifier and Type Method Description CreateInventoryDetails.Builder
CreateInventoryDetails.Builder. copy(CreateInventoryDetails model)
-
Uses of CreateInventoryDetails in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return CreateInventoryDetails Modifier and Type Method Description CreateInventoryDetails
CreateInventoryRequest. getBody$()
Alternative accessor for the body parameter.CreateInventoryDetails
CreateInventoryRequest. getCreateInventoryDetails()
The information to be updated.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type CreateInventoryDetails Modifier and Type Method Description CreateInventoryRequest.Builder
CreateInventoryRequest.Builder. body$(CreateInventoryDetails body)
Alternative setter for the body parameter.CreateInventoryRequest.Builder
CreateInventoryRequest.Builder. createInventoryDetails(CreateInventoryDetails createInventoryDetails)
The information to be updated.
-