Uses of Class
com.walkfares.odsl.var.link.VarLinks
Package | Description |
---|---|
com.walkfares.odsl.var | |
com.walkfares.odsl.var.adaptor |
-
Uses of VarLinks in com.walkfares.odsl.var
Methods in com.walkfares.odsl.var that return VarLinks Modifier and Type Method Description VarLinks
BaseVar. getLinks()
Methods in com.walkfares.odsl.var with parameters of type VarLinks Modifier and Type Method Description void
BaseVar. setLinks(VarLinks links)
-
Uses of VarLinks in com.walkfares.odsl.var.adaptor
Methods in com.walkfares.odsl.var.adaptor that return VarLinks Modifier and Type Method Description VarLinks
VarLinksAdaptor. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
Methods in com.walkfares.odsl.var.adaptor with parameters of type VarLinks Modifier and Type Method Description com.google.gson.JsonElement
VarLinksAdaptor. serialize(VarLinks links, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)