Interface Watchlist.DefinitionStages.WithUploadStatus

All Known Subinterfaces:
Watchlist.Definition, Watchlist.DefinitionStages.WithCreate
Enclosing interface:
Watchlist.DefinitionStages

public static interface Watchlist.DefinitionStages.WithUploadStatus
The stage of the Watchlist definition allowing to specify uploadStatus.
  • Method Details

    • withUploadStatus

      Watchlist.DefinitionStages.WithCreate withUploadStatus(String uploadStatus)
      Specifies the uploadStatus property: The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted.
      Parameters:
      uploadStatus - The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted.
      Returns:
      the next definition stage.