Uses of Class
com.oracle.bmc.oda.model.ChannelType
-
Packages that use ChannelType Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of ChannelType in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. create(String key)ChannelTypeChannelSummary. getType()The Channel type.static ChannelTypeChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelType[]ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type ChannelType Modifier and Type Method Description ChannelSummary.BuilderChannelSummary.Builder. type(ChannelType type)The Channel type.Constructors in com.oracle.bmc.oda.model with parameters of type ChannelType Constructor Description ChannelSummary(String id, String name, String description, ChannelCategory category, ChannelType type, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of ChannelType in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return ChannelType Modifier and Type Method Description ChannelTypeListChannelsRequest. getType()List only Channels of this type.Methods in com.oracle.bmc.oda.requests with parameters of type ChannelType Modifier and Type Method Description ListChannelsRequest.BuilderListChannelsRequest.Builder. type(ChannelType type)List only Channels of this type.
-