Class WatchlistItemList

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

public final class WatchlistItemList extends Object
List all the watchlist items.
  • Constructor Details

    • WatchlistItemList

      public WatchlistItemList()
  • Method Details

    • nextLink

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

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

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

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