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

public final class BookmarkList extends Object
List all the bookmarks.
  • Constructor Details

    • BookmarkList

      public BookmarkList()
  • Method Details

    • nextLink

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

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

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

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