public static enum MediaProperty.MediumType extends java.lang.Enum<MediaProperty.MediumType>
| Enum Constant and Description |
|---|
BROADSOFT |
EMAIL |
GTALK |
SKYPE |
SMS |
TWITTER |
| Modifier and Type | Method and Description |
|---|---|
static MediaProperty.MediumType |
fromJson(java.lang.String name) |
static MediaProperty.MediumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaProperty.MediumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaProperty.MediumType EMAIL
public static final MediaProperty.MediumType BROADSOFT
public static final MediaProperty.MediumType GTALK
public static final MediaProperty.MediumType SKYPE
public static final MediaProperty.MediumType SMS
public static final MediaProperty.MediumType TWITTER
public static MediaProperty.MediumType[] values()
for (MediaProperty.MediumType c : MediaProperty.MediumType.values()) System.out.println(c);
public static MediaProperty.MediumType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static MediaProperty.MediumType fromJson(java.lang.String name)
Copyright © 2018 AskFast BV. All Rights Reserved.