Interface Bookmark.UpdateStages.WithTechniques

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

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

    Modifier and Type
    Method
    Description
    withTechniques(List<String> techniques)
    Specifies the techniques property: A list of relevant mitre techniques.
  • Method Details

    • withTechniques

      Bookmark.Update withTechniques(List<String> techniques)
      Specifies the techniques property: A list of relevant mitre techniques.
      Parameters:
      techniques - A list of relevant mitre techniques.
      Returns:
      the next definition stage.