Uses of Class
com.oracle.bmc.oda.model.ChannelSummary
-
Packages that use ChannelSummary Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model -
-
Uses of ChannelSummary in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return types with arguments of type ChannelSummary Modifier and Type Method Description Iterable<ChannelSummary>
ManagementPaginators. listChannelsRecordIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over theChannelSummary
objects contained in responses from the listChannels operation. -
Uses of ChannelSummary in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return ChannelSummary Modifier and Type Method Description ChannelSummary
ChannelSummary.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type ChannelSummary Modifier and Type Method Description List<ChannelSummary>
ChannelCollection. getItems()
The Channel summaries.Methods in com.oracle.bmc.oda.model with parameters of type ChannelSummary Modifier and Type Method Description ChannelSummary.Builder
ChannelSummary.Builder. copy(ChannelSummary model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type ChannelSummary Modifier and Type Method Description ChannelCollection.Builder
ChannelCollection.Builder. items(List<ChannelSummary> items)
The Channel summaries.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type ChannelSummary Constructor Description ChannelCollection(List<ChannelSummary> items)
Deprecated.
-