public enum DialogDataSourceType extends Enum<DialogDataSourceType>
DialogSelectElement| Enum Constant and Description |
|---|
CHANNELS |
CONVERSATIONS |
EXTERNAL |
STATIC |
USERS |
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static DialogDataSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogDataSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="static") public static final DialogDataSourceType STATIC
@SerializedName(value="users") public static final DialogDataSourceType USERS
@SerializedName(value="channels") public static final DialogDataSourceType CHANNELS
@SerializedName(value="conversations") public static final DialogDataSourceType CONVERSATIONS
@SerializedName(value="external") public static final DialogDataSourceType EXTERNAL
public static DialogDataSourceType[] values()
for (DialogDataSourceType c : DialogDataSourceType.values()) System.out.println(c);
public static DialogDataSourceType 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 value()
Copyright © 2020. All rights reserved.