Uses of Class
com.snowbound.contenthandler.rest.model.RestLink
-
Packages that use RestLink Package Description com.snowbound.contenthandler.rest.model -
-
Uses of RestLink in com.snowbound.contenthandler.rest.model
Methods in com.snowbound.contenthandler.rest.model that return types with arguments of type RestLink Modifier and Type Method Description static java.util.List<RestLink>
RestLink. fromJson(java.lang.Object json)
java.util.List<RestLink>
Metadata. get_links()
Method parameters in com.snowbound.contenthandler.rest.model with type arguments of type RestLink Modifier and Type Method Description void
Metadata. set_links(java.util.List<RestLink> _links)
-