Class LocationEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.publication.LocationEntity
-
- All Implemented Interfaces:
Serializable
,WebEntity
public class LocationEntity extends Object implements WebEntity
- Author:
- Nicolas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocationEntity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocationEntity
fromLocation(Location location, URI uri, String lang)
URI
getURI()
Gets the URI at which this web entity is published and can be accessed.
-
-
-
Method Detail
-
fromLocation
public static LocationEntity fromLocation(Location location, URI uri, String lang)
-
-