public static final class StreetsideURL.MainWebsite extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
MainWebsite() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URL |
browseImage(java.lang.String id)
Gives you the URL for the online viewer of a specific Streetside image.
|
static java.net.URL |
streetsidePrivacyLink(java.lang.String id)
Gives you the URL for the blur editor of the image with the given key.
|
private MainWebsite()
public static java.net.URL browseImage(java.lang.String id)
id - the id of the image to which you want to linkjava.lang.IllegalArgumentException - if the image key is nullpublic static java.net.URL streetsidePrivacyLink(java.lang.String id)
id - the key of the image for which you want to open the blur editorjava.lang.IllegalArgumentException - if the image key is null