Interface Bookmark.UpdateStages.WithQueryResult

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

public static interface Bookmark.UpdateStages.WithQueryResult
The stage of the Bookmark update allowing to specify queryResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    withQueryResult(String queryResult)
    Specifies the queryResult property: The query result of the bookmark..
  • Method Details

    • withQueryResult

      Bookmark.Update withQueryResult(String queryResult)
      Specifies the queryResult property: The query result of the bookmark..
      Parameters:
      queryResult - The query result of the bookmark.
      Returns:
      the next definition stage.