public static enum Defines.RequestPath extends java.lang.Enum<Defines.RequestPath>
Defines all server path for the requests
| Enum Constant and Description |
|---|
ApplyReferralCode |
CompletedAction |
DebugConnect |
GetCreditHistory |
GetCredits |
GetReferralCode |
GetURL |
IdentifyUser |
Logout |
RedeemRewards |
Referrals |
RegisterClose |
RegisterInstall |
RegisterOpen |
RegisterView |
SendAPPList |
ValidateReferralCode |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath() |
java.lang.String |
toString() |
static Defines.RequestPath |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Defines.RequestPath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Defines.RequestPath RedeemRewards
public static final Defines.RequestPath GetURL
public static final Defines.RequestPath RegisterInstall
public static final Defines.RequestPath RegisterClose
public static final Defines.RequestPath RegisterOpen
public static final Defines.RequestPath RegisterView
public static final Defines.RequestPath Referrals
public static final Defines.RequestPath SendAPPList
public static final Defines.RequestPath GetCredits
public static final Defines.RequestPath GetCreditHistory
public static final Defines.RequestPath CompletedAction
public static final Defines.RequestPath IdentifyUser
public static final Defines.RequestPath Logout
public static final Defines.RequestPath GetReferralCode
public static final Defines.RequestPath ValidateReferralCode
public static final Defines.RequestPath ApplyReferralCode
public static final Defines.RequestPath DebugConnect
public static Defines.RequestPath[] values()
for (Defines.RequestPath c : Defines.RequestPath.values()) System.out.println(c);
public static Defines.RequestPath 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 java.lang.String getPath()
public java.lang.String toString()
toString in class java.lang.Enum<Defines.RequestPath>