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