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 Summary
Modifier and TypeMethodDescriptionwithContent(String content) Specifies the content property: Markdown documentation content..
-
Method Details
-
withContent
Specifies the content property: Markdown documentation content..- Parameters:
content- Markdown documentation content.- Returns:
- the next definition stage.
-