Uses of Class
com.oracle.bmc.queue.model.ChannelCollection
-
Packages that use ChannelCollection Package Description com.oracle.bmc.queue.model com.oracle.bmc.queue.responses -
-
Uses of ChannelCollection in com.oracle.bmc.queue.model
Methods in com.oracle.bmc.queue.model that return ChannelCollection Modifier and Type Method Description ChannelCollection
ChannelCollection.Builder. build()
Methods in com.oracle.bmc.queue.model with parameters of type ChannelCollection Modifier and Type Method Description ChannelCollection.Builder
ChannelCollection.Builder. copy(ChannelCollection model)
-
Uses of ChannelCollection in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return ChannelCollection Modifier and Type Method Description ChannelCollection
ListChannelsResponse. getChannelCollection()
The returned ChannelCollection instance.Methods in com.oracle.bmc.queue.responses with parameters of type ChannelCollection Modifier and Type Method Description ListChannelsResponse.Builder
ListChannelsResponse.Builder. channelCollection(ChannelCollection channelCollection)
The returned ChannelCollection instance.
-