Interface Website
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebsiteType
getType()
Gets the type of website.String
getUrl()
Gets the URL of the website.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
getUrl
String getUrl()
Gets the URL of the website.- Returns:
- The URL of the website
-
getType
WebsiteType getType()
Gets the type of website.- Returns:
- the type of website
-
-