Interface Bookmark.UpdateStages.WithQuery

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

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

    Modifier and Type
    Method
    Description
    Specifies the query property: The query of the bookmark..
  • Method Details

    • withQuery

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