public static enum IZITravel.Server extends java.lang.Enum<IZITravel.Server>
| Enum Constant and Description |
|---|
Development |
Production |
Staging |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
apiUrl() |
java.lang.String |
mediaUrl() |
static IZITravel.Server |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IZITravel.Server[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IZITravel.Server Production
public static final IZITravel.Server Staging
public static final IZITravel.Server Development
public static IZITravel.Server[] values()
for (IZITravel.Server c : IZITravel.Server.values()) System.out.println(c);
public static IZITravel.Server 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 apiUrl()
public java.lang.String mediaUrl()