Interface DocumentationContract.UpdateStages.WithContent

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

public static interface DocumentationContract.UpdateStages.WithContent
The stage of the DocumentationContract update allowing to specify content.
  • Method Details

    • withContent

      DocumentationContract.Update withContent(String content)
      Specifies the content property: Markdown documentation content..
      Parameters:
      content - Markdown documentation content.
      Returns:
      the next definition stage.