Interface Bookmark.UpdateStages.WithIncidentInfo

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

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

    Modifier and Type
    Method
    Description
    Specifies the incidentInfo property: Describes an incident that relates to bookmark.
  • Method Details

    • withIncidentInfo

      Bookmark.Update withIncidentInfo(IncidentInfo incidentInfo)
      Specifies the incidentInfo property: Describes an incident that relates to bookmark.
      Parameters:
      incidentInfo - Describes an incident that relates to bookmark.
      Returns:
      the next definition stage.