Uses of Class
com.oracle.bmc.demandsignal.model.OccDemandSignalSummary
- 
Packages that use OccDemandSignalSummary Package Description com.oracle.bmc.demandsignal com.oracle.bmc.demandsignal.model 
- 
- 
Uses of OccDemandSignalSummary in com.oracle.bmc.demandsignalMethods in com.oracle.bmc.demandsignal that return types with arguments of type OccDemandSignalSummary Modifier and Type Method Description Iterable<OccDemandSignalSummary>OccDemandSignalPaginators. listOccDemandSignalsRecordIterator(ListOccDemandSignalsRequest request)Creates a new iterable which will iterate over theOccDemandSignalSummaryobjects contained in responses from the listOccDemandSignals operation.
- 
Uses of OccDemandSignalSummary in com.oracle.bmc.demandsignal.modelMethods in com.oracle.bmc.demandsignal.model that return OccDemandSignalSummary Modifier and Type Method Description OccDemandSignalSummaryOccDemandSignalSummary.Builder. build()Methods in com.oracle.bmc.demandsignal.model that return types with arguments of type OccDemandSignalSummary Modifier and Type Method Description List<OccDemandSignalSummary>OccDemandSignalCollection. getItems()List of occDemandSignals.Methods in com.oracle.bmc.demandsignal.model with parameters of type OccDemandSignalSummary Modifier and Type Method Description OccDemandSignalSummary.BuilderOccDemandSignalSummary.Builder. copy(OccDemandSignalSummary model)Method parameters in com.oracle.bmc.demandsignal.model with type arguments of type OccDemandSignalSummary Modifier and Type Method Description OccDemandSignalCollection.BuilderOccDemandSignalCollection.Builder. items(List<OccDemandSignalSummary> items)List of occDemandSignals.Constructor parameters in com.oracle.bmc.demandsignal.model with type arguments of type OccDemandSignalSummary Constructor Description OccDemandSignalCollection(List<OccDemandSignalSummary> items)Deprecated.
 
-