public static interface SheetTextBox.Builder extends SdkPojo, CopyableBuilder<SheetTextBox.Builder,SheetTextBox>
| Modifier and Type | Method and Description |
|---|---|
SheetTextBox.Builder |
content(String content)
The content that is displayed in the text box.
|
SheetTextBox.Builder |
sheetTextBoxId(String sheetTextBoxId)
The unique identifier for a text box.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSheetTextBox.Builder sheetTextBoxId(String sheetTextBoxId)
The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
sheetTextBoxId - The unique identifier for a text box. This identifier must be unique within the context of a
dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that
share identifiers.SheetTextBox.Builder content(String content)
The content that is displayed in the text box.
content - The content that is displayed in the text box.Copyright © 2023. All rights reserved.