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.demandsignal
Methods 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 theOccDemandSignalSummary
objects contained in responses from the listOccDemandSignals operation. -
Uses of OccDemandSignalSummary in com.oracle.bmc.demandsignal.model
Methods in com.oracle.bmc.demandsignal.model that return OccDemandSignalSummary Modifier and Type Method Description OccDemandSignalSummary
OccDemandSignalSummary.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.Builder
OccDemandSignalSummary.Builder. copy(OccDemandSignalSummary model)
Method parameters in com.oracle.bmc.demandsignal.model with type arguments of type OccDemandSignalSummary Modifier and Type Method Description OccDemandSignalCollection.Builder
OccDemandSignalCollection.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.
-