public static enum AtlasCampaign.EnumGranularity extends Enum<AtlasCampaign.EnumGranularity>
| Enum Constant and Description |
|---|
VALUE_DAY |
VALUE_HOUR |
VALUE_MONTH |
VALUE_WEEK_SUNDAY |
VALUE_YEAR |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AtlasCampaign.EnumGranularity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtlasCampaign.EnumGranularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtlasCampaign.EnumGranularity VALUE_DAY
public static final AtlasCampaign.EnumGranularity VALUE_HOUR
public static final AtlasCampaign.EnumGranularity VALUE_MONTH
public static final AtlasCampaign.EnumGranularity VALUE_WEEK_SUNDAY
public static final AtlasCampaign.EnumGranularity VALUE_YEAR
public static AtlasCampaign.EnumGranularity[] values()
for (AtlasCampaign.EnumGranularity c : AtlasCampaign.EnumGranularity.values()) System.out.println(c);
public static AtlasCampaign.EnumGranularity 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<AtlasCampaign.EnumGranularity>Copyright © 2020. All rights reserved.