public class AirtableGetRecordsParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AirtableGetRecordsParameters.Builder |
| Modifier and Type | Field and Description |
|---|---|
private Optional<String> |
customFilter |
private List<String> |
fields |
private Optional<String> |
modifiedAfter |
private Optional<String> |
modifiedBefore |
private Optional<String> |
offset |
private OptionalInt |
pageSize |
| Constructor and Description |
|---|
AirtableGetRecordsParameters(List<String> fields,
Optional<String> modifiedAfter,
Optional<String> modifiedBefore,
Optional<String> customFilter,
Optional<String> offset,
OptionalInt pageSize) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getCustomFilter() |
List<String> |
getFields() |
Optional<String> |
getModifiedAfter() |
Optional<String> |
getModifiedBefore() |
Optional<String> |
getOffset() |
OptionalInt |
getPageSize() |
AirtableGetRecordsParameters |
withOffset(String offset) |
private final OptionalInt pageSize
public OptionalInt getPageSize()
public AirtableGetRecordsParameters withOffset(String offset)
Copyright © 2023 Apache NiFi Project. All rights reserved.