public static interface SnapshotFile.Builder extends SdkPojo, CopyableBuilder<SnapshotFile.Builder,SnapshotFile>
| Modifier and Type | Method and Description |
|---|---|
SnapshotFile.Builder |
formatType(SnapshotFileFormatType formatType)
The format of the snapshot file to be generated.
|
SnapshotFile.Builder |
formatType(String formatType)
The format of the snapshot file to be generated.
|
SnapshotFile.Builder |
sheetSelections(Collection<SnapshotFileSheetSelection> sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet
that is exported. |
SnapshotFile.Builder |
sheetSelections(Consumer<SnapshotFileSheetSelection.Builder>... sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet
that is exported. |
SnapshotFile.Builder |
sheetSelections(SnapshotFileSheetSelection... sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet
that is exported. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotFile.Builder sheetSelections(Collection<SnapshotFileSheetSelection> sheetSelections)
A list of SnapshotFileSheetSelection objects that contain information on the dashboard sheet
that is exported. These objects provide information about the snapshot artifacts that are generated during
the job. This structure can hold a maximum of 5 CSV configurations or 1 configuration for PDF.
sheetSelections - A list of SnapshotFileSheetSelection objects that contain information on the dashboard
sheet that is exported. These objects provide information about the snapshot artifacts that are
generated during the job. This structure can hold a maximum of 5 CSV configurations or 1 configuration
for PDF.SnapshotFile.Builder sheetSelections(SnapshotFileSheetSelection... sheetSelections)
A list of SnapshotFileSheetSelection objects that contain information on the dashboard sheet
that is exported. These objects provide information about the snapshot artifacts that are generated during
the job. This structure can hold a maximum of 5 CSV configurations or 1 configuration for PDF.
sheetSelections - A list of SnapshotFileSheetSelection objects that contain information on the dashboard
sheet that is exported. These objects provide information about the snapshot artifacts that are
generated during the job. This structure can hold a maximum of 5 CSV configurations or 1 configuration
for PDF.SnapshotFile.Builder sheetSelections(Consumer<SnapshotFileSheetSelection.Builder>... sheetSelections)
A list of SnapshotFileSheetSelection objects that contain information on the dashboard sheet
that is exported. These objects provide information about the snapshot artifacts that are generated during
the job. This structure can hold a maximum of 5 CSV configurations or 1 configuration for PDF.
SnapshotFileSheetSelection.Builder avoiding the need
to create one manually via
SnapshotFileSheetSelection.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sheetSelections(List.
sheetSelections - a consumer that will call methods on
SnapshotFileSheetSelection.Builder#sheetSelections(java.util.Collection) SnapshotFile.Builder formatType(String formatType)
The format of the snapshot file to be generated. You can choose between CSV or PDF.
formatType - The format of the snapshot file to be generated. You can choose between CSV or
PDF.SnapshotFileFormatType,
SnapshotFileFormatTypeSnapshotFile.Builder formatType(SnapshotFileFormatType formatType)
The format of the snapshot file to be generated. You can choose between CSV or PDF.
formatType - The format of the snapshot file to be generated. You can choose between CSV or
PDF.SnapshotFileFormatType,
SnapshotFileFormatTypeCopyright © 2023. All rights reserved.