public enum SocialSignOnType extends Enum<SocialSignOnType>
TWITTER, FACEBOOK)
in this field if the user uses them to log in to their account.| Enum Constant and Description |
|---|
FACEBOOK |
GOOGLE |
OTHER |
TWITTER |
YAHOO |
| Modifier and Type | Method and Description |
|---|---|
String |
getSiftScienceValue() |
static SocialSignOnType |
resolve(String siftScienceValue) |
static SocialSignOnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialSignOnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocialSignOnType FACEBOOK
public static final SocialSignOnType GOOGLE
public static final SocialSignOnType YAHOO
public static final SocialSignOnType TWITTER
public static final SocialSignOnType OTHER
public static SocialSignOnType[] values()
for (SocialSignOnType c : SocialSignOnType.values()) System.out.println(c);
public static SocialSignOnType 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 getSiftScienceValue()
public static SocialSignOnType resolve(String siftScienceValue)
Copyright © 2014. All rights reserved.