Uses of Class
com.xero.models.accounting.HistoryRecord
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of HistoryRecord in com.xero.models.accounting
Methods in com.xero.models.accounting that return HistoryRecord Modifier and Type Method Description HistoryRecordHistoryRecord. changes(String changes)HistoryRecordHistoryRecord. details(String details)HistoryRecordHistoryRecord. user(String user)Methods in com.xero.models.accounting that return types with arguments of type HistoryRecord Modifier and Type Method Description List<HistoryRecord>HistoryRecords. getHistoryRecords()Get historyRecordsMethods in com.xero.models.accounting with parameters of type HistoryRecord Modifier and Type Method Description HistoryRecordsHistoryRecords. addHistoryRecordsItem(HistoryRecord historyRecordsItem)Method parameters in com.xero.models.accounting with type arguments of type HistoryRecord Modifier and Type Method Description HistoryRecordsHistoryRecords. historyRecords(List<HistoryRecord> historyRecords)voidHistoryRecords. setHistoryRecords(List<HistoryRecord> historyRecords)