@ExperimentalApi
public interface Coordinate
Implementors of this interface will define equals/hashCode.
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(UrlBuilder urlBuilder,
String key)
Copies the given query key/value to the url builder, if this Coordinate contains that key.
|
String |
get(String key)
The value for a given query param, or null if that query param is not present.
|
Iterable<String> |
getKeys()
Get list of all keys.
|
void copyTo(UrlBuilder urlBuilder, String key)
String get(String key)
Copyright © 2018 Atlassian. All rights reserved.