public static interface ViewFrame.Builder extends SdkPojo, CopyableBuilder<ViewFrame.Builder,ViewFrame>
| Modifier and Type | Method and Description |
|---|---|
ViewFrame.Builder |
analytics(AnalyticsMode analytics)
Controls if analytics computation is enabled or disabled.
|
ViewFrame.Builder |
analytics(String analytics)
Controls if analytics computation is enabled or disabled.
|
ViewFrame.Builder |
columnRange(Integer columnRange)
The number of columns to include in the view frame, beginning with the
StartColumnIndex value
and ignoring any columns in the HiddenColumns list. |
ViewFrame.Builder |
hiddenColumns(Collection<String> hiddenColumns)
A list of columns to hide in the view frame.
|
ViewFrame.Builder |
hiddenColumns(String... hiddenColumns)
A list of columns to hide in the view frame.
|
ViewFrame.Builder |
rowRange(Integer rowRange)
The number of rows to include in the view frame, beginning with the
StartRowIndex value. |
ViewFrame.Builder |
startColumnIndex(Integer startColumnIndex)
The starting index for the range of columns to return in the view frame.
|
ViewFrame.Builder |
startRowIndex(Integer startRowIndex)
The starting index for the range of rows to return in the view frame.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildViewFrame.Builder startColumnIndex(Integer startColumnIndex)
The starting index for the range of columns to return in the view frame.
startColumnIndex - The starting index for the range of columns to return in the view frame.ViewFrame.Builder columnRange(Integer columnRange)
The number of columns to include in the view frame, beginning with the StartColumnIndex value
and ignoring any columns in the HiddenColumns list.
columnRange - The number of columns to include in the view frame, beginning with the StartColumnIndex
value and ignoring any columns in the HiddenColumns list.ViewFrame.Builder hiddenColumns(Collection<String> hiddenColumns)
A list of columns to hide in the view frame.
hiddenColumns - A list of columns to hide in the view frame.ViewFrame.Builder hiddenColumns(String... hiddenColumns)
A list of columns to hide in the view frame.
hiddenColumns - A list of columns to hide in the view frame.ViewFrame.Builder startRowIndex(Integer startRowIndex)
The starting index for the range of rows to return in the view frame.
startRowIndex - The starting index for the range of rows to return in the view frame.ViewFrame.Builder rowRange(Integer rowRange)
The number of rows to include in the view frame, beginning with the StartRowIndex value.
rowRange - The number of rows to include in the view frame, beginning with the StartRowIndex value.ViewFrame.Builder analytics(String analytics)
Controls if analytics computation is enabled or disabled. Enabled by default.
analytics - Controls if analytics computation is enabled or disabled. Enabled by default.AnalyticsMode,
AnalyticsModeViewFrame.Builder analytics(AnalyticsMode analytics)
Controls if analytics computation is enabled or disabled. Enabled by default.
analytics - Controls if analytics computation is enabled or disabled. Enabled by default.AnalyticsMode,
AnalyticsModeCopyright © 2023. All rights reserved.