Interface Watchlist.UpdateStages.WithUploadStatus

All Known Subinterfaces:
Watchlist.Update
Enclosing interface:
Watchlist.UpdateStages

public static interface Watchlist.UpdateStages.WithUploadStatus
The stage of the Watchlist update allowing to specify uploadStatus.
  • Method Summary

    Modifier and Type
    Method
    Description
    withUploadStatus(String uploadStatus)
    Specifies the uploadStatus property: The status of the Watchlist upload : New, InProgress or Complete.
  • Method Details

    • withUploadStatus

      Watchlist.Update 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.