Package com.vonage.client.common
Class UrlContainer
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.common.UrlContainer
- All Implemented Interfaces:
Jsonable
Represents a link under the
_links section of a HAL response.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Field Details
-
href
-
-
Constructor Details
-
UrlContainer
protected UrlContainer()
-
-
Method Details
-
getHref
hrefproperty of the link.- Returns:
- The URL.
-