Package | Description |
---|---|
com.github.dannil.scbjavaclient.model |
Package which contains all models.
|
Modifier and Type | Method and Description |
---|---|
ValueNode<String> |
ResponseModel.getValue(String code)
Get the value node for a specific contents code.
|
Modifier and Type | Method and Description |
---|---|
Collection<ValueNode<String>> |
ResponseModel.getValues()
Getter for values.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseModel.setValues(Collection<ValueNode<String>> values)
Setter for values.
|
Constructor and Description |
---|
ResponseModel(Map<String,String> variables,
Collection<ValueNode<String>> values)
Overloaded constructor.
|
Copyright © 2018. All rights reserved.