public static interface CascadingControlSource.Builder extends SdkPojo, CopyableBuilder<CascadingControlSource.Builder,CascadingControlSource>
| Modifier and Type | Method and Description |
|---|---|
CascadingControlSource.Builder |
columnToMatch(ColumnIdentifier columnToMatch)
The column identifier that determines which column to look up for the source sheet control.
|
default CascadingControlSource.Builder |
columnToMatch(Consumer<ColumnIdentifier.Builder> columnToMatch)
The column identifier that determines which column to look up for the source sheet control.
|
CascadingControlSource.Builder |
sourceSheetControlId(String sourceSheetControlId)
The source sheet control ID of a
CascadingControlSource. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCascadingControlSource.Builder sourceSheetControlId(String sourceSheetControlId)
The source sheet control ID of a CascadingControlSource.
sourceSheetControlId - The source sheet control ID of a CascadingControlSource.CascadingControlSource.Builder columnToMatch(ColumnIdentifier columnToMatch)
The column identifier that determines which column to look up for the source sheet control.
columnToMatch - The column identifier that determines which column to look up for the source sheet control.default CascadingControlSource.Builder columnToMatch(Consumer<ColumnIdentifier.Builder> columnToMatch)
The column identifier that determines which column to look up for the source sheet control.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to columnToMatch(ColumnIdentifier).
columnToMatch - a consumer that will call methods on ColumnIdentifier.BuildercolumnToMatch(ColumnIdentifier)Copyright © 2023. All rights reserved.