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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoryRecordsaddHistoryRecordsItem(HistoryRecord historyRecordsItem)historyRecordsbooleanequals(Object o)List<HistoryRecord>getHistoryRecords()Get historyRecordsinthashCode()HistoryRecordshistoryRecords(List<HistoryRecord> historyRecords)historyRecordsvoidsetHistoryRecords(List<HistoryRecord> historyRecords)historyRecordsStringtoString()
-
-
-
Method Detail
-
historyRecords
public HistoryRecords historyRecords(List<HistoryRecord> historyRecords)
historyRecords- Parameters:
historyRecords- List<HistoryRecord>- Returns:
- HistoryRecords
-
addHistoryRecordsItem
public HistoryRecords addHistoryRecordsItem(HistoryRecord historyRecordsItem)
historyRecords- Parameters:
historyRecordsItem- HistoryRecord- Returns:
- HistoryRecords
-
getHistoryRecords
public List<HistoryRecord> getHistoryRecords()
Get historyRecords- Returns:
- historyRecords
-
setHistoryRecords
public void setHistoryRecords(List<HistoryRecord> historyRecords)
historyRecords- Parameters:
historyRecords- List<HistoryRecord>
-
-