Interface ResourceLink
-
public interface ResourceLink
Resource link representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUri()
Returns a URI of this resource link representation.
-
-
-
Method Detail
-
getUri
String getUri()
Returns a URI of this resource link representation.- Returns:
- a URI of this resource link representation
-
-