Package com.xero.models.accounting
Class HistoryRecords
java.lang.Object
com.xero.models.accounting.HistoryRecords
public class HistoryRecords extends Object
HistoryRecords
-
Constructor Summary
Constructors Constructor Description HistoryRecords() -
Method Summary
Modifier and Type Method Description HistoryRecordsaddHistoryRecordsItem(HistoryRecord historyRecordsItem)booleanequals(Object o)List<HistoryRecord>getHistoryRecords()Get historyRecordsinthashCode()HistoryRecordshistoryRecords(List<HistoryRecord> historyRecords)voidsetHistoryRecords(List<HistoryRecord> historyRecords)StringtoString()
-
Constructor Details
-
HistoryRecords
public HistoryRecords()
-
-
Method Details