public static interface SnapshotFileSheetSelection.Builder extends SdkPojo, CopyableBuilder<SnapshotFileSheetSelection.Builder,SnapshotFileSheetSelection>
| Modifier and Type | Method and Description |
|---|---|
SnapshotFileSheetSelection.Builder |
selectionScope(SnapshotFileSheetSelectionScope selectionScope)
The selection scope of the visuals on a sheet of a dashboard that you are generating a snapthot of.
|
SnapshotFileSheetSelection.Builder |
selectionScope(String selectionScope)
The selection scope of the visuals on a sheet of a dashboard that you are generating a snapthot of.
|
SnapshotFileSheetSelection.Builder |
sheetId(String sheetId)
The sheet ID of the dashboard to generate the snapshot artifact from.
|
SnapshotFileSheetSelection.Builder |
visualIds(Collection<String> visualIds)
A structure that lists the IDs of the visuals in the selected sheet.
|
SnapshotFileSheetSelection.Builder |
visualIds(String... visualIds)
A structure that lists the IDs of the visuals in the selected sheet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotFileSheetSelection.Builder sheetId(String sheetId)
The sheet ID of the dashboard to generate the snapshot artifact from. This value is required for CSV, Excel, and PDF format types.
sheetId - The sheet ID of the dashboard to generate the snapshot artifact from. This value is required for CSV,
Excel, and PDF format types.SnapshotFileSheetSelection.Builder selectionScope(String selectionScope)
The selection scope of the visuals on a sheet of a dashboard that you are generating a snapthot of. You can choose one of the following options.
ALL_VISUALS - Selects all visuals that are on the sheet. This value is required if the snapshot
is a PDF.
SELECTED_VISUALS - Select the visual that you want to add to the snapshot. This value is
required if the snapshot is a CSV or Excel workbook.
selectionScope - The selection scope of the visuals on a sheet of a dashboard that you are generating a snapthot of.
You can choose one of the following options.
ALL_VISUALS - Selects all visuals that are on the sheet. This value is required if the
snapshot is a PDF.
SELECTED_VISUALS - Select the visual that you want to add to the snapshot. This value is
required if the snapshot is a CSV or Excel workbook.
SnapshotFileSheetSelectionScope,
SnapshotFileSheetSelectionScopeSnapshotFileSheetSelection.Builder selectionScope(SnapshotFileSheetSelectionScope selectionScope)
The selection scope of the visuals on a sheet of a dashboard that you are generating a snapthot of. You can choose one of the following options.
ALL_VISUALS - Selects all visuals that are on the sheet. This value is required if the snapshot
is a PDF.
SELECTED_VISUALS - Select the visual that you want to add to the snapshot. This value is
required if the snapshot is a CSV or Excel workbook.
selectionScope - The selection scope of the visuals on a sheet of a dashboard that you are generating a snapthot of.
You can choose one of the following options.
ALL_VISUALS - Selects all visuals that are on the sheet. This value is required if the
snapshot is a PDF.
SELECTED_VISUALS - Select the visual that you want to add to the snapshot. This value is
required if the snapshot is a CSV or Excel workbook.
SnapshotFileSheetSelectionScope,
SnapshotFileSheetSelectionScopeSnapshotFileSheetSelection.Builder visualIds(Collection<String> visualIds)
A structure that lists the IDs of the visuals in the selected sheet. Supported visual types are table, pivot table visuals. This value is required if you are generating a CSV or Excel workbook. This value supports a maximum of 1 visual ID for CSV and 5 visual IDs across up to 5 sheet selections for Excel. If you are generating an Excel workbook, the order of the visual IDs provided in this structure determines the order of the worksheets in the Excel file.
visualIds - A structure that lists the IDs of the visuals in the selected sheet. Supported visual types are table,
pivot table visuals. This value is required if you are generating a CSV or Excel workbook. This value
supports a maximum of 1 visual ID for CSV and 5 visual IDs across up to 5 sheet selections for Excel.
If you are generating an Excel workbook, the order of the visual IDs provided in this structure
determines the order of the worksheets in the Excel file.SnapshotFileSheetSelection.Builder visualIds(String... visualIds)
A structure that lists the IDs of the visuals in the selected sheet. Supported visual types are table, pivot table visuals. This value is required if you are generating a CSV or Excel workbook. This value supports a maximum of 1 visual ID for CSV and 5 visual IDs across up to 5 sheet selections for Excel. If you are generating an Excel workbook, the order of the visual IDs provided in this structure determines the order of the worksheets in the Excel file.
visualIds - A structure that lists the IDs of the visuals in the selected sheet. Supported visual types are table,
pivot table visuals. This value is required if you are generating a CSV or Excel workbook. This value
supports a maximum of 1 visual ID for CSV and 5 visual IDs across up to 5 sheet selections for Excel.
If you are generating an Excel workbook, the order of the visual IDs provided in this structure
determines the order of the worksheets in the Excel file.Copyright © 2023. All rights reserved.