| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
SortSpec |
SortSpec.clone() |
SortSpec |
SortSpec.set(java.lang.String fieldName,
java.lang.Object value) |
SortSpec |
SortSpec.setBackgroundColor(Color backgroundColor)
The background fill color to sort by; cells with this fill color are sorted to the top.
|
SortSpec |
SortSpec.setBackgroundColorStyle(ColorStyle backgroundColorStyle)
The background fill color to sort by; cells with this fill color are sorted to the top.
|
SortSpec |
SortSpec.setDimensionIndex(java.lang.Integer dimensionIndex)
The dimension the sort should be applied to.
|
SortSpec |
SortSpec.setForegroundColor(Color foregroundColor)
The foreground color to sort by; cells with this foreground color are sorted to the top.
|
SortSpec |
SortSpec.setForegroundColorStyle(ColorStyle foregroundColorStyle)
The foreground color to sort by; cells with this foreground color are sorted to the top.
|
SortSpec |
SortSpec.setSortOrder(java.lang.String sortOrder)
The order data should be sorted.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SortSpec> |
FilterView.getSortSpecs()
The sort order per column.
|
java.util.List<SortSpec> |
SortRangeRequest.getSortSpecs()
The sort order per column.
|
java.util.List<SortSpec> |
BasicFilter.getSortSpecs()
The sort order per column.
|
| Modifier and Type | Method and Description |
|---|---|
FilterView |
FilterView.setSortSpecs(java.util.List<SortSpec> sortSpecs)
The sort order per column.
|
SortRangeRequest |
SortRangeRequest.setSortSpecs(java.util.List<SortSpec> sortSpecs)
The sort order per column.
|
BasicFilter |
BasicFilter.setSortSpecs(java.util.List<SortSpec> sortSpecs)
The sort order per column.
|