public static enum ExperienceFragmentsClient.XF_TEMPLATE extends Enum<ExperienceFragmentsClient.XF_TEMPLATE> implements ExperienceFragmentsClient.XFTemplate
Modifier and Type | Method and Description |
---|---|
static ExperienceFragmentsClient.XF_TEMPLATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperienceFragmentsClient.XF_TEMPLATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getComponents, isSocialTemplate, path, tags, variantType
public static final ExperienceFragmentsClient.XF_TEMPLATE WEB
public static final ExperienceFragmentsClient.XF_TEMPLATE FACEBOOK
public static final ExperienceFragmentsClient.XF_TEMPLATE PINTEREST
public static final ExperienceFragmentsClient.XF_TEMPLATE CUSTOM
public static ExperienceFragmentsClient.XF_TEMPLATE[] values()
for (ExperienceFragmentsClient.XF_TEMPLATE c : ExperienceFragmentsClient.XF_TEMPLATE.values()) System.out.println(c);
public static ExperienceFragmentsClient.XF_TEMPLATE 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 nullCopyright © 2018. All rights reserved.