Interface Watchlist.UpdateStages.WithDefaultDuration

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

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

    Modifier and Type
    Method
    Description
    withDefaultDuration(Duration defaultDuration)
    Specifies the defaultDuration property: The default duration of a watchlist (in ISO 8601 duration format).
  • Method Details

    • withDefaultDuration

      Watchlist.Update withDefaultDuration(Duration defaultDuration)
      Specifies the defaultDuration property: The default duration of a watchlist (in ISO 8601 duration format).
      Parameters:
      defaultDuration - The default duration of a watchlist (in ISO 8601 duration format).
      Returns:
      the next definition stage.