public enum DataSourceFilterVariable extends Enum<DataSourceFilterVariable>
| Enum Constant and Description |
|---|
CreatedAt |
DataLocationS3 |
IAMUser |
LastUpdatedAt |
Name |
Status |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceFilterVariable |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static DataSourceFilterVariable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceFilterVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceFilterVariable CreatedAt
public static final DataSourceFilterVariable LastUpdatedAt
public static final DataSourceFilterVariable Status
public static final DataSourceFilterVariable Name
public static final DataSourceFilterVariable DataLocationS3
public static final DataSourceFilterVariable IAMUser
public static DataSourceFilterVariable[] values()
for (DataSourceFilterVariable c : DataSourceFilterVariable.values()) System.out.println(c);
public static DataSourceFilterVariable 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 toString()
toString in class Enum<DataSourceFilterVariable>public static DataSourceFilterVariable fromValue(String value)
value - real valueCopyright © 2015. All rights reserved.