public static enum Page.EnumTargetSurface extends Enum<Page.EnumTargetSurface>
Enum Constant and Description |
---|
VALUE_STORY |
VALUE_TIMELINE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Page.EnumTargetSurface |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Page.EnumTargetSurface[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="STORY") public static final Page.EnumTargetSurface VALUE_STORY
@SerializedName(value="TIMELINE") public static final Page.EnumTargetSurface VALUE_TIMELINE
public static Page.EnumTargetSurface[] values()
for (Page.EnumTargetSurface c : Page.EnumTargetSurface.values()) System.out.println(c);
public static Page.EnumTargetSurface 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<Page.EnumTargetSurface>
Copyright © 2023. All rights reserved.