public static enum MediaProperty.MediumType extends Enum<MediaProperty.MediumType>
| Enum Constant and Description |
|---|
BROADSOFT |
GTALK |
SKYPE |
SMS |
TWITTER |
| Modifier and Type | Method and Description |
|---|---|
static MediaProperty.MediumType |
fromJson(String name) |
static MediaProperty.MediumType |
valueOf(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 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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MediaProperty.MediumType fromJson(String name)
Copyright © 2015 AskFast BV. All rights reserved.