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 list of visual IDs that are located in the selected sheet.
|
SnapshotFileSheetSelection.Builder |
visualIds(String... visualIds)
A list of visual IDs that are located 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 and PDF format types.
sheetId - The sheet ID of the dashboard to generate the snapshot artifact from. This value is required for CSV
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.
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.
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.
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.
SnapshotFileSheetSelectionScope,
SnapshotFileSheetSelectionScopeSnapshotFileSheetSelection.Builder visualIds(Collection<String> visualIds)
A list of visual IDs that are located in the selected sheet. This structure supports tables and pivot tables. This structure is required if you are generating a CSV. You can add a maximum of 1 visual ID to this structure.
visualIds - A list of visual IDs that are located in the selected sheet. This structure supports tables and pivot
tables. This structure is required if you are generating a CSV. You can add a maximum of 1 visual ID
to this structure.SnapshotFileSheetSelection.Builder visualIds(String... visualIds)
A list of visual IDs that are located in the selected sheet. This structure supports tables and pivot tables. This structure is required if you are generating a CSV. You can add a maximum of 1 visual ID to this structure.
visualIds - A list of visual IDs that are located in the selected sheet. This structure supports tables and pivot
tables. This structure is required if you are generating a CSV. You can add a maximum of 1 visual ID
to this structure.Copyright © 2023. All rights reserved.