public class AirtableQuery extends Object
| Constructor and Description |
|---|
AirtableQuery(String schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(String field) |
void |
addSort(Map<String,String> sortField) |
String |
getCellFormat() |
List<String> |
getFields() |
String |
getFilterByFormula() |
Integer |
getMaxRecords() |
String |
getOffset() |
Integer |
getPageSize() |
String |
getSchema() |
List<Map<String,String>> |
getSort() |
String |
getTimezone() |
String |
getUserLocale() |
String |
getView() |
void |
setCellFormat(String cellFormat) |
void |
setFields(List<String> fields) |
void |
setFilterByFormula(String filterByFormula) |
void |
setMaxRecords(Integer maxRecords) |
void |
setOffset(String offset) |
void |
setPageSize(Integer pageSize) |
void |
setSchema(String schema) |
void |
setSort(List<Map<String,String>> sortFields) |
void |
setTimezone(String timezone) |
void |
setUserLocale(String userLocale) |
void |
setView(String view) |
public AirtableQuery(@NonNull
String schema)
public String getSchema()
public void setSchema(String schema)
public void addField(String field)
public String getFilterByFormula()
public void setFilterByFormula(String filterByFormula)
public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public String getView()
public void setView(String view)
public String getCellFormat()
public void setCellFormat(String cellFormat)
public String getTimezone()
public void setTimezone(String timezone)
public String getUserLocale()
public void setUserLocale(String userLocale)
public String getOffset()
public void setOffset(String offset)
Copyright © 2019. All rights reserved.