| Package | Description |
|---|---|
| com.webull.openapi.core.common | |
| com.webull.openapi.core.endpoint |
| Modifier and Type | Method and Description |
|---|---|
static ApiModule |
ApiModule.of(String name) |
static ApiModule |
ApiModule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiModule[] |
ApiModule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainedEndpointResolver.addEndpoint(String region,
ApiModule apiModule,
String endpoint) |
void |
EndpointResolver.addEndpoint(String region,
ApiModule apiModule,
String endpoint) |
Optional<String> |
ChainedEndpointResolver.resolve(String region,
ApiModule apiModule) |
Optional<String> |
EndpointResolver.resolve(String region,
ApiModule apiModule) |
Copyright © 2025 Webull. All rights reserved.