public class AirtableListResponse<T> extends Object
| Constructor and Description |
|---|
AirtableListResponse() |
| Modifier and Type | Method and Description |
|---|---|
static <T> AirtableListResponse |
empty() |
String |
getOffset() |
List<AirtableRecord<T>> |
getRecords() |
void |
setOffset(String offset) |
void |
setRecords(List<AirtableRecord<T>> records) |
public List<AirtableRecord<T>> getRecords()
public void setRecords(List<AirtableRecord<T>> records)
public String getOffset()
public void setOffset(String offset)
public static <T> AirtableListResponse empty()
Copyright © 2019. All rights reserved.