Uses of Class
com.oracle.bmc.capacitymanagement.model.OccmDemandSignalResourcePropertyOptionSummary
-
Packages that use OccmDemandSignalResourcePropertyOptionSummary Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of OccmDemandSignalResourcePropertyOptionSummary in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccmDemandSignalResourcePropertyOptionSummary Modifier and Type Method Description OccmDemandSignalResourcePropertyOptionSummary
OccmDemandSignalResourcePropertyOptionSummary.Builder. build()
Methods in com.oracle.bmc.capacitymanagement.model that return types with arguments of type OccmDemandSignalResourcePropertyOptionSummary Modifier and Type Method Description List<OccmDemandSignalResourcePropertyOptionSummary>
OccmDemandSignalResourcePropertiesSummary. getPropertyOptions()
Predefined options for demand signal resource’s property.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type OccmDemandSignalResourcePropertyOptionSummary Modifier and Type Method Description OccmDemandSignalResourcePropertyOptionSummary.Builder
OccmDemandSignalResourcePropertyOptionSummary.Builder. copy(OccmDemandSignalResourcePropertyOptionSummary model)
Method parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccmDemandSignalResourcePropertyOptionSummary Modifier and Type Method Description OccmDemandSignalResourcePropertiesSummary.Builder
OccmDemandSignalResourcePropertiesSummary.Builder. propertyOptions(List<OccmDemandSignalResourcePropertyOptionSummary> propertyOptions)
Predefined options for demand signal resource’s property.Constructor parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccmDemandSignalResourcePropertyOptionSummary Constructor Description OccmDemandSignalResourcePropertiesSummary(String propertyName, String propertyValue, Long propertyMinValue, Long propertyMaxValue, List<OccmDemandSignalResourcePropertyOptionSummary> propertyOptions, String propertyUnit, Boolean isEditable)
Deprecated.
-