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