Interface Bookmark.DefinitionStages.WithQueryResult

All Known Subinterfaces:
Bookmark.Definition, Bookmark.DefinitionStages.WithCreate
Enclosing interface:
Bookmark.DefinitionStages

public static interface Bookmark.DefinitionStages.WithQueryResult
The stage of the Bookmark definition allowing to specify queryResult.
  • Method Details

    • withQueryResult

      Bookmark.DefinitionStages.WithCreate 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.