Interface Uris
-
- All Known Implementing Classes:
UrisImpl
public interface UrisAdditional URI Links
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDataPeriod()Get the URI for the data periodjava.lang.StringgetDetails()Get the URI for site detailsjava.lang.StringgetOverview()Get the URI for the site overview informationjava.lang.StringgetSiteImage()Get the URI for the site image
-
-
-
Method Detail
-
getSiteImage
java.lang.String getSiteImage()
Get the URI for the site image- Returns:
- {String} URI to the site image
-
getDataPeriod
java.lang.String getDataPeriod()
Get the URI for the data period- Returns:
- {String} URI to pull up data for the current period
-
getDetails
java.lang.String getDetails()
Get the URI for site details- Returns:
- {String} URI to pull up site details
-
getOverview
java.lang.String getOverview()
Get the URI for the site overview information- Returns:
- {String} URI to pull up site overview information
-
-