public static enum ResponseMessage.Platform extends Enum<ResponseMessage.Platform>
| Enum Constant and Description |
|---|
DEFAULT |
FACEBOOK |
GOOGLE |
KIK |
LINE |
SKYPE |
SLACK |
TELEGRAM |
VIBER |
| Modifier and Type | Method and Description |
|---|---|
static ResponseMessage.Platform |
fromName(String name) |
String |
getName() |
static ResponseMessage.Platform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseMessage.Platform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseMessage.Platform DEFAULT
public static final ResponseMessage.Platform GOOGLE
public static final ResponseMessage.Platform FACEBOOK
public static final ResponseMessage.Platform SLACK
public static final ResponseMessage.Platform TELEGRAM
public static final ResponseMessage.Platform KIK
public static final ResponseMessage.Platform VIBER
public static final ResponseMessage.Platform SKYPE
public static final ResponseMessage.Platform LINE
public static ResponseMessage.Platform[] values()
for (ResponseMessage.Platform c : ResponseMessage.Platform.values()) System.out.println(c);
public static ResponseMessage.Platform 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 String getName()
public static ResponseMessage.Platform fromName(String name)
Copyright © 2017. All rights reserved.