public static class ReferenceTablesApi.ListTablesOptionalParameters extends Object
| Constructor and Description |
|---|
ListTablesOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
ReferenceTablesApi.ListTablesOptionalParameters |
filterStatus(String filterStatus)
Set filterStatus.
|
ReferenceTablesApi.ListTablesOptionalParameters |
filterTableNameContains(String filterTableNameContains)
Set filterTableNameContains.
|
ReferenceTablesApi.ListTablesOptionalParameters |
filterTableNameExact(String filterTableNameExact)
Set filterTableNameExact.
|
ReferenceTablesApi.ListTablesOptionalParameters |
pageLimit(Long pageLimit)
Set pageLimit.
|
ReferenceTablesApi.ListTablesOptionalParameters |
pageOffset(Long pageOffset)
Set pageOffset.
|
ReferenceTablesApi.ListTablesOptionalParameters |
sort(ReferenceTableSortType sort)
Set sort.
|
public ReferenceTablesApi.ListTablesOptionalParameters pageLimit(Long pageLimit)
pageLimit - Number of tables to return. (optional, default to 15)public ReferenceTablesApi.ListTablesOptionalParameters pageOffset(Long pageOffset)
pageOffset - Number of tables to skip for pagination. (optional, default to 0)public ReferenceTablesApi.ListTablesOptionalParameters sort(ReferenceTableSortType sort)
sort - Sort field and direction for the list of reference tables. Use field name for
ascending, prefix with "-" for descending. (optional, default to "-updated_at")public ReferenceTablesApi.ListTablesOptionalParameters filterStatus(String filterStatus)
filterStatus - Filter by table status. (optional)public ReferenceTablesApi.ListTablesOptionalParameters filterTableNameExact(String filterTableNameExact)
filterTableNameExact - Filter by exact table name match. (optional)public ReferenceTablesApi.ListTablesOptionalParameters filterTableNameContains(String filterTableNameContains)
filterTableNameContains - Filter by table name containing substring. (optional)Copyright © 2026. All rights reserved.