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