Uses of Class
com.adyen.model.transfers.Link
-
Packages that use Link Package Description com.adyen.model.transfers -
-
Uses of Link in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return Link Modifier and Type Method Description static LinkLink. fromJson(String jsonString)Create an instance of Link given an JSON stringLinkLinks. getNext()nextLinkLinks. getPrev()prevLinkLink. href(String href)The link to the resource.Methods in com.adyen.model.transfers with parameters of type Link Modifier and Type Method Description LinksLinks. next(Link next)nextLinksLinks. prev(Link prev)prevvoidLinks. setNext(Link next)nextvoidLinks. setPrev(Link prev)prev
-