java.lang.Object
com.azure.resourcemanager.securityinsights.models.WatchlistList

public final class WatchlistList extends Object
List all the watchlists.
  • Constructor Details

    • WatchlistList

      public WatchlistList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: URL to fetch the next set of watchlists.
      Returns:
      the nextLink value.
    • value

      public List<WatchlistInner> value()
      Get the value property: Array of watchlist.
      Returns:
      the value value.
    • withValue

      public WatchlistList withValue(List<WatchlistInner> value)
      Set the value property: Array of watchlist.
      Parameters:
      value - the value value to set.
      Returns:
      the WatchlistList object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.