Uses of Class
com.oracle.bmc.demandsignal.model.OccDemandSignalValue.Builder
-
Packages that use OccDemandSignalValue.Builder Package Description com.oracle.bmc.demandsignal.model -
-
Uses of OccDemandSignalValue.Builder in com.oracle.bmc.demandsignal.model
Methods in com.oracle.bmc.demandsignal.model that return OccDemandSignalValue.Builder Modifier and Type Method Description static OccDemandSignalValue.Builder
OccDemandSignalValue. builder()
Create a new builder.OccDemandSignalValue.Builder
OccDemandSignalValue.Builder. comments(String comments)
Space provided for users to make comments regarding the value.OccDemandSignalValue.Builder
OccDemandSignalValue.Builder. copy(OccDemandSignalValue model)
OccDemandSignalValue.Builder
OccDemandSignalValue.Builder. timeExpected(Date timeExpected)
The date of the Demand Signal Value.OccDemandSignalValue.Builder
OccDemandSignalValue. toBuilder()
OccDemandSignalValue.Builder
OccDemandSignalValue.Builder. value(Float value)
The Demand Signal Value.
-