Package com.jcabi.http.response
Interface WebLinkingResponse.Link
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URI
uri()
Its URI.-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
uri
URI uri()
Its URI.- Returns:
- URI
-
-