| Package | Description |
|---|---|
| com.inmanlabs.commons.airtable |
| Modifier and Type | Method and Description |
|---|---|
<T> AirtableRecord<T> |
AirtableClient.create(String schema,
T entity,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
List<AirtableRecord<T>> |
AirtableListResponse.getRecords() |
<T> List<AirtableRecord<T>> |
AirtableClient.listAllWithPaging(AirtableQuery query,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
AirtableListResponse.setRecords(List<AirtableRecord<T>> records) |
Copyright © 2019. All rights reserved.