public static interface ViewFrame.Builder extends SdkPojo, CopyableBuilder<ViewFrame.Builder,ViewFrame>
| Modifier and Type | Method and Description |
|---|---|
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 |
startColumnIndex(Integer startColumnIndex)
The starting index for the range of columns 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.Copyright © 2021. All rights reserved.