Interface TagDescriptionContract.UpdateStages.WithExternalDocsDescription
- All Known Subinterfaces:
TagDescriptionContract.Update
- Enclosing interface:
TagDescriptionContract.UpdateStages
public static interface TagDescriptionContract.UpdateStages.WithExternalDocsDescription
The stage of the TagDescriptionContract update allowing to specify externalDocsDescription.
-
Method Summary
Modifier and TypeMethodDescriptionwithExternalDocsDescription(String externalDocsDescription) Specifies the externalDocsDescription property: Description of the external resources describing the tag..
-
Method Details
-
withExternalDocsDescription
Specifies the externalDocsDescription property: Description of the external resources describing the tag..- Parameters:
externalDocsDescription- Description of the external resources describing the tag.- Returns:
- the next definition stage.
-