public static enum MParticle.IdentityType extends java.lang.Enum<MParticle.IdentityType>
IdentityApiRequest
Enum Constant and Description |
---|
Alias |
CustomerId |
Email |
Facebook |
FacebookCustomAudienceId |
Google |
Microsoft |
Other |
Other2 |
Other3 |
Other4 |
Twitter |
Yahoo |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static MParticle.IdentityType |
parseInt(int val) |
static MParticle.IdentityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MParticle.IdentityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MParticle.IdentityType Other
public static final MParticle.IdentityType CustomerId
public static final MParticle.IdentityType Facebook
public static final MParticle.IdentityType Twitter
public static final MParticle.IdentityType Google
public static final MParticle.IdentityType Microsoft
public static final MParticle.IdentityType Yahoo
public static final MParticle.IdentityType Email
public static final MParticle.IdentityType Alias
public static final MParticle.IdentityType FacebookCustomAudienceId
public static final MParticle.IdentityType Other2
public static final MParticle.IdentityType Other3
public static final MParticle.IdentityType Other4
public static MParticle.IdentityType[] values()
for (MParticle.IdentityType c : MParticle.IdentityType.values()) System.out.println(c);
public static MParticle.IdentityType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static MParticle.IdentityType parseInt(int val)
public int getValue()