public enum ApiModule extends Enum<ApiModule>
| Enum Constant and Description |
|---|
API
api
|
EVENTS
events api
|
QUOTES
quotes api
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHost(Region region) |
static ApiModule |
of(String name) |
static ApiModule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiModule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiModule API
public static final ApiModule QUOTES
public static final ApiModule EVENTS
public static ApiModule[] values()
for (ApiModule c : ApiModule.values()) System.out.println(c);
public static ApiModule 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 nullCopyright © 2025 Webull. All rights reserved.