public enum CallStatsUrls extends Enum<CallStatsUrls>
| Enum Constant and Description |
|---|
AUTH_BASE |
EVENTS_BASE |
STATS_BASE |
STATS_SUBMIT_BASE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsName(String otherName) |
String |
getDefaultUrl() |
String |
toString() |
static CallStatsUrls |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallStatsUrls[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallStatsUrls STATS_SUBMIT_BASE
public static final CallStatsUrls AUTH_BASE
public static final CallStatsUrls EVENTS_BASE
public static final CallStatsUrls STATS_BASE
public static CallStatsUrls[] values()
for (CallStatsUrls c : CallStatsUrls.values()) System.out.println(c);
public static CallStatsUrls 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 boolean equalsName(String otherName)
public String getDefaultUrl()
public String toString()
toString in class Enum<CallStatsUrls>Copyright © 2021. All rights reserved.