public class TransactionList extends Object
| Constructor and Description |
|---|
TransactionList() |
| Modifier and Type | Method and Description |
|---|---|
TransactionList |
addTransactionsItem(Transaction transactionsItem) |
boolean |
equals(Object o) |
String |
getNextLink()
Get nextLink
|
List<Transaction> |
getTransactions()
Get transactions
|
int |
hashCode() |
TransactionList |
nextLink(String nextLink) |
void |
setNextLink(String nextLink) |
void |
setTransactions(List<Transaction> transactions) |
String |
toString() |
TransactionList |
transactions(List<Transaction> transactions) |
public TransactionList nextLink(String nextLink)
public String getNextLink()
public void setNextLink(String nextLink)
public TransactionList transactions(List<Transaction> transactions)
public TransactionList addTransactionsItem(Transaction transactionsItem)
public List<Transaction> getTransactions()
public void setTransactions(List<Transaction> transactions)
Copyright © 2018. All rights reserved.