| Package | Description |
|---|---|
| org.apache.nifi.processors.airtable | |
| org.apache.nifi.processors.airtable.parse | |
| org.apache.nifi.processors.airtable.service |
| Modifier and Type | Method and Description |
|---|---|
private AirtableGetRecordsParameters |
QueryAirtableTable.buildGetRecordsParameters(ProcessContext context,
String lastRecordFetchTime,
String nowDateTimeString) |
| Modifier and Type | Field and Description |
|---|---|
(package private) AirtableGetRecordsParameters |
AirtableTableRetriever.getRecordsParameters |
| Constructor and Description |
|---|
AirtableTableRetriever(AirtableRestService airtableRestService,
AirtableGetRecordsParameters getRecordsParameters,
Integer maxRecordsPerFlowFile) |
| Modifier and Type | Method and Description |
|---|---|
AirtableGetRecordsParameters |
AirtableGetRecordsParameters.Builder.build() |
AirtableGetRecordsParameters |
AirtableGetRecordsParameters.withOffset(String offset) |
| Modifier and Type | Method and Description |
|---|---|
private URI |
AirtableRestService.buildUri(AirtableGetRecordsParameters getRecordsParameters) |
<R> R |
AirtableRestService.getRecords(AirtableGetRecordsParameters getRecordsParameters,
Function<InputStream,R> callback) |
Copyright © 2023 Apache NiFi Project. All rights reserved.