Interface DataExport.DownloadExpiresAtStage
-
- All Known Implementing Classes:
DataExport.Builder
- Enclosing class:
- DataExport
public static interface DataExport.DownloadExpiresAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataExport.DownloadUrlStagedownloadExpiresAt(java.lang.String downloadExpiresAt)The time after which you will not be able to access the data.
-
-
-
Method Detail
-
downloadExpiresAt
DataExport.DownloadUrlStage downloadExpiresAt(@NotNull java.lang.String downloadExpiresAt)
The time after which you will not be able to access the data.
-
-