Uses of Class
com.xero.models.accounting.HistoryRecords
Packages that use HistoryRecords
-
Uses of HistoryRecords in com.xero.api.client
Methods in com.xero.api.client that return HistoryRecordsModifier and TypeMethodDescriptionAccountingApi.createBankTransactionHistoryRecord(String accessToken, String xeroTenantId, UUID bankTransactionID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific bank transactionsAccountingApi.createBankTransferHistoryRecord(String accessToken, String xeroTenantId, UUID bankTransferID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific bank transferAccountingApi.createBatchPaymentHistoryRecord(String accessToken, String xeroTenantId, UUID batchPaymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific batch paymentAccountingApi.createContactHistory(String accessToken, String xeroTenantId, UUID contactID, HistoryRecords historyRecords, String idempotencyKey) Creates a new history record for a specific contactAccountingApi.createCreditNoteHistory(String accessToken, String xeroTenantId, UUID creditNoteID, HistoryRecords historyRecords, String idempotencyKey) Retrieves history records of a specific credit noteAccountingApi.createExpenseClaimHistory(String accessToken, String xeroTenantId, UUID expenseClaimID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific expense claimAccountingApi.createInvoiceHistory(String accessToken, String xeroTenantId, UUID invoiceID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific invoiceAccountingApi.createItemHistory(String accessToken, String xeroTenantId, UUID itemID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific itemAccountingApi.createManualJournalHistoryRecord(String accessToken, String xeroTenantId, UUID manualJournalID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific manual journalAccountingApi.createOverpaymentHistory(String accessToken, String xeroTenantId, UUID overpaymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific overpaymentAccountingApi.createPaymentHistory(String accessToken, String xeroTenantId, UUID paymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific paymentAccountingApi.createPrepaymentHistory(String accessToken, String xeroTenantId, UUID prepaymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific prepaymentAccountingApi.createPurchaseOrderHistory(String accessToken, String xeroTenantId, UUID purchaseOrderID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific purchase ordersAccountingApi.createQuoteHistory(String accessToken, String xeroTenantId, UUID quoteID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific quoteAccountingApi.createReceiptHistory(String accessToken, String xeroTenantId, UUID receiptID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific receiptAccountingApi.createRepeatingInvoiceHistory(String accessToken, String xeroTenantId, UUID repeatingInvoiceID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific repeating invoiceAccountingApi.getBankTransactionsHistory(String accessToken, String xeroTenantId, UUID bankTransactionID) Retrieves history from a specific bank transaction using a unique bank transaction IdAccountingApi.getBankTransferHistory(String accessToken, String xeroTenantId, UUID bankTransferID) Retrieves history from a specific bank transfer using a unique bank transfer IdAccountingApi.getBatchPaymentHistory(String accessToken, String xeroTenantId, UUID batchPaymentID) Retrieves history from a specific batch paymentAccountingApi.getContactHistory(String accessToken, String xeroTenantId, UUID contactID) Retrieves history records for a specific contactAccountingApi.getCreditNoteHistory(String accessToken, String xeroTenantId, UUID creditNoteID) Retrieves history records of a specific credit noteAccountingApi.getExpenseClaimHistory(String accessToken, String xeroTenantId, UUID expenseClaimID) Retrieves history records of a specific expense claimAccountingApi.getInvoiceHistory(String accessToken, String xeroTenantId, UUID invoiceID) Retrieves history records for a specific invoiceAccountingApi.getItemHistory(String accessToken, String xeroTenantId, UUID itemID) Retrieves history for a specific itemAccountingApi.getManualJournalsHistory(String accessToken, String xeroTenantId, UUID manualJournalID) Retrieves history for a specific manual journalAccountingApi.getOverpaymentHistory(String accessToken, String xeroTenantId, UUID overpaymentID) Retrieves history records of a specific overpaymentAccountingApi.getPaymentHistory(String accessToken, String xeroTenantId, UUID paymentID) Retrieves history records of a specific paymentAccountingApi.getPrepaymentHistory(String accessToken, String xeroTenantId, UUID prepaymentID) Retrieves history record for a specific prepaymentAccountingApi.getPurchaseOrderHistory(String accessToken, String xeroTenantId, UUID purchaseOrderID) Retrieves history for a specific purchase orderAccountingApi.getQuoteHistory(String accessToken, String xeroTenantId, UUID quoteID) Retrieves history records of a specific quoteAccountingApi.getReceiptHistory(String accessToken, String xeroTenantId, UUID receiptID) Retrieves a history record for a specific receiptAccountingApi.getRepeatingInvoiceHistory(String accessToken, String xeroTenantId, UUID repeatingInvoiceID) Retrieves history record for a specific repeating invoiceMethods in com.xero.api.client with parameters of type HistoryRecordsModifier and TypeMethodDescriptionAccountingApi.createBankTransactionHistoryRecord(String accessToken, String xeroTenantId, UUID bankTransactionID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific bank transactionscom.google.api.client.http.HttpResponseAccountingApi.createBankTransactionHistoryRecordForHttpResponse(String accessToken, String xeroTenantId, UUID bankTransactionID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific bank transactionsAccountingApi.createBankTransferHistoryRecord(String accessToken, String xeroTenantId, UUID bankTransferID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific bank transfercom.google.api.client.http.HttpResponseAccountingApi.createBankTransferHistoryRecordForHttpResponse(String accessToken, String xeroTenantId, UUID bankTransferID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific bank transferAccountingApi.createBatchPaymentHistoryRecord(String accessToken, String xeroTenantId, UUID batchPaymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific batch paymentcom.google.api.client.http.HttpResponseAccountingApi.createBatchPaymentHistoryRecordForHttpResponse(String accessToken, String xeroTenantId, UUID batchPaymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific batch paymentAccountingApi.createContactHistory(String accessToken, String xeroTenantId, UUID contactID, HistoryRecords historyRecords, String idempotencyKey) Creates a new history record for a specific contactcom.google.api.client.http.HttpResponseAccountingApi.createContactHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID contactID, HistoryRecords historyRecords, String idempotencyKey) Creates a new history record for a specific contactAccountingApi.createCreditNoteHistory(String accessToken, String xeroTenantId, UUID creditNoteID, HistoryRecords historyRecords, String idempotencyKey) Retrieves history records of a specific credit notecom.google.api.client.http.HttpResponseAccountingApi.createCreditNoteHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID creditNoteID, HistoryRecords historyRecords, String idempotencyKey) Retrieves history records of a specific credit noteAccountingApi.createExpenseClaimHistory(String accessToken, String xeroTenantId, UUID expenseClaimID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific expense claimcom.google.api.client.http.HttpResponseAccountingApi.createExpenseClaimHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID expenseClaimID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific expense claimAccountingApi.createInvoiceHistory(String accessToken, String xeroTenantId, UUID invoiceID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific invoicecom.google.api.client.http.HttpResponseAccountingApi.createInvoiceHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID invoiceID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific invoiceAccountingApi.createItemHistory(String accessToken, String xeroTenantId, UUID itemID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific itemcom.google.api.client.http.HttpResponseAccountingApi.createItemHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID itemID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific itemAccountingApi.createManualJournalHistoryRecord(String accessToken, String xeroTenantId, UUID manualJournalID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific manual journalcom.google.api.client.http.HttpResponseAccountingApi.createManualJournalHistoryRecordForHttpResponse(String accessToken, String xeroTenantId, UUID manualJournalID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific manual journalAccountingApi.createOverpaymentHistory(String accessToken, String xeroTenantId, UUID overpaymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific overpaymentcom.google.api.client.http.HttpResponseAccountingApi.createOverpaymentHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID overpaymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific overpaymentAccountingApi.createPaymentHistory(String accessToken, String xeroTenantId, UUID paymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific paymentcom.google.api.client.http.HttpResponseAccountingApi.createPaymentHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID paymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific paymentAccountingApi.createPrepaymentHistory(String accessToken, String xeroTenantId, UUID prepaymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific prepaymentcom.google.api.client.http.HttpResponseAccountingApi.createPrepaymentHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID prepaymentID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific prepaymentAccountingApi.createPurchaseOrderHistory(String accessToken, String xeroTenantId, UUID purchaseOrderID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific purchase orderscom.google.api.client.http.HttpResponseAccountingApi.createPurchaseOrderHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID purchaseOrderID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific purchase ordersAccountingApi.createQuoteHistory(String accessToken, String xeroTenantId, UUID quoteID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific quotecom.google.api.client.http.HttpResponseAccountingApi.createQuoteHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID quoteID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific quoteAccountingApi.createReceiptHistory(String accessToken, String xeroTenantId, UUID receiptID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific receiptcom.google.api.client.http.HttpResponseAccountingApi.createReceiptHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID receiptID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific receiptAccountingApi.createRepeatingInvoiceHistory(String accessToken, String xeroTenantId, UUID repeatingInvoiceID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific repeating invoicecom.google.api.client.http.HttpResponseAccountingApi.createRepeatingInvoiceHistoryForHttpResponse(String accessToken, String xeroTenantId, UUID repeatingInvoiceID, HistoryRecords historyRecords, String idempotencyKey) Creates a history record for a specific repeating invoice -
Uses of HistoryRecords in com.xero.models.accounting
Methods in com.xero.models.accounting that return HistoryRecordsModifier and TypeMethodDescriptionHistoryRecords.addHistoryRecordsItem(HistoryRecord historyRecordsItem) historyRecordsHistoryRecords.historyRecords(List<HistoryRecord> historyRecords) historyRecords