Uses of Class
com.oracle.bmc.demandsignal.model.OccDemandSignalValue
-
Packages that use OccDemandSignalValue Package Description com.oracle.bmc.demandsignal.model -
-
Uses of OccDemandSignalValue in com.oracle.bmc.demandsignal.model
Methods in com.oracle.bmc.demandsignal.model that return OccDemandSignalValue Modifier and Type Method Description OccDemandSignalValue
OccDemandSignalValue.Builder. build()
Methods in com.oracle.bmc.demandsignal.model that return types with arguments of type OccDemandSignalValue Modifier and Type Method Description List<OccDemandSignalValue>
OccDemandSignalData. getValues()
The values of forecast.Methods in com.oracle.bmc.demandsignal.model with parameters of type OccDemandSignalValue Modifier and Type Method Description OccDemandSignalValue.Builder
OccDemandSignalValue.Builder. copy(OccDemandSignalValue model)
Method parameters in com.oracle.bmc.demandsignal.model with type arguments of type OccDemandSignalValue Modifier and Type Method Description OccDemandSignalData.Builder
OccDemandSignalData.Builder. values(List<OccDemandSignalValue> values)
The values of forecast.Constructor parameters in com.oracle.bmc.demandsignal.model with type arguments of type OccDemandSignalValue Constructor Description OccDemandSignalData(String resourceType, String units, List<OccDemandSignalValue> values)
Deprecated.
-