Package com.oracle.bmc.oda.model
Enum ChannelType
- java.lang.Object
-
- java.lang.Enum<ChannelType>
-
- com.oracle.bmc.oda.model.ChannelType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ChannelType>
@Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public enum ChannelType extends Enum<ChannelType> implements BmcEnum
The set of supported Channel types.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Android
Appevent
Application
Cortana
Facebook
Ios
Msteams
Oss
Osvc
Servicecloud
Slack
Test
Twilio
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Web
Webhook
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelType
create(String key)
String
getValue()
static ChannelType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ChannelType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Android
public static final ChannelType Android
-
Appevent
public static final ChannelType Appevent
-
Application
public static final ChannelType Application
-
Cortana
public static final ChannelType Cortana
-
Facebook
public static final ChannelType Facebook
-
Ios
public static final ChannelType Ios
-
Msteams
public static final ChannelType Msteams
-
Oss
public static final ChannelType Oss
-
Osvc
public static final ChannelType Osvc
-
Servicecloud
public static final ChannelType Servicecloud
-
Slack
public static final ChannelType Slack
-
Test
public static final ChannelType Test
-
Twilio
public static final ChannelType Twilio
-
Web
public static final ChannelType Web
-
Webhook
public static final ChannelType Webhook
-
UnknownEnumValue
public static final ChannelType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ChannelType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ChannelType c : ChannelType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ChannelType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ChannelType create(String key)
-
-