| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
SheetFilter |
SheetFilterResources.getFilter(long sheetId,
long filterId)
Get a filter.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<SheetFilter> |
SheetFilterResources.listFilters(long sheetId,
PaginationParameters pagination)
Get all filters
|
| Modifier and Type | Method and Description |
|---|---|
SheetFilter |
SheetFilter.setFilterType(SheetFilterType filterType)
Sets the filter type
|
SheetFilter |
SheetFilter.setQuery(SheetFilterDetails query)
Sets the details that make up the Filter query
|
SheetFilter |
SheetFilter.setVersion(Integer version)
Sets the sheet filter version
|
| Modifier and Type | Method and Description |
|---|---|
List<SheetFilter> |
AbstractSheet.getFilters()
Get the list of sheet filters for this sheet.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setFilters(List<SheetFilter> filters)
Sets the list of sheet filters for this sheet.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.