Uses of Class
com.github.dannil.scbjavaclient.model.ValueNode
-
Packages that use ValueNode Package Description com.github.dannil.scbjavaclient.model Package which contains all models. -
-
Uses of ValueNode in com.github.dannil.scbjavaclient.model
Methods in com.github.dannil.scbjavaclient.model that return ValueNode Modifier and Type Method Description ValueNode<String>
ResponseModel. getValue(String code)
Get the value node for a specific contents code.Methods in com.github.dannil.scbjavaclient.model that return types with arguments of type ValueNode Modifier and Type Method Description Collection<ValueNode<String>>
ResponseModel. getValues()
Getter for values.Method parameters in com.github.dannil.scbjavaclient.model with type arguments of type ValueNode Modifier and Type Method Description void
ResponseModel. setValues(Collection<ValueNode<String>> values)
Setter for values.Constructor parameters in com.github.dannil.scbjavaclient.model with type arguments of type ValueNode Constructor Description ResponseModel(Map<String,String> variables, Collection<ValueNode<String>> values)
Overloaded constructor.
-