Uses of Class
com.adyen.model.balanceplatform.Href
-
Packages that use Href Package Description com.adyen.model.balanceplatform -
-
Uses of Href in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Href Modifier and Type Method Description static HrefHref. fromJson(String jsonString)Create an instance of Href given an JSON stringHrefLink. getFirst()firstHrefLink. getLast()lastHrefLink. getNext()nextHrefLink. getPrevious()previousHrefLink. getSelf()selfHrefHref. href(String href)hrefMethods in com.adyen.model.balanceplatform with parameters of type Href Modifier and Type Method Description LinkLink. first(Href first)firstLinkLink. last(Href last)lastLinkLink. next(Href next)nextLinkLink. previous(Href previous)previousLinkLink. self(Href self)selfvoidLink. setFirst(Href first)firstvoidLink. setLast(Href last)lastvoidLink. setNext(Href next)nextvoidLink. setPrevious(Href previous)previousvoidLink. setSelf(Href self)self
-