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 ChannelType
ChannelType. create(String key)
ChannelType
ChannelSummary. getType()
The Channel type.static ChannelType
ChannelType. 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.Builder
ChannelSummary.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 ChannelType
ListChannelsRequest. 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.Builder
ListChannelsRequest.Builder. type(ChannelType type)
List only Channels of this type.
-