public interface Environment
Modifier and Type | Interface and Description |
---|---|
static interface |
Environment.Endpoint
An endpoint identifier used for the provider to get a URL.
|
Modifier and Type | Method and Description |
---|---|
String |
url(Environment.Endpoint endpoint)
Provides a URL for the endpoint.
|
String url(Environment.Endpoint endpoint)
endpoint
- the endpoint the client is accessingCopyright © 2019. All rights reserved.