Interface TagDescriptionContract.UpdateStages.WithExternalDocsUrl
- All Known Subinterfaces:
TagDescriptionContract.Update
- Enclosing interface:
TagDescriptionContract.UpdateStages
public static interface TagDescriptionContract.UpdateStages.WithExternalDocsUrl
The stage of the TagDescriptionContract update allowing to specify externalDocsUrl.
-
Method Summary
Modifier and TypeMethodDescriptionwithExternalDocsUrl(String externalDocsUrl) Specifies the externalDocsUrl property: Absolute URL of external resources describing the tag..
-
Method Details
-
withExternalDocsUrl
Specifies the externalDocsUrl property: Absolute URL of external resources describing the tag..- Parameters:
externalDocsUrl- Absolute URL of external resources describing the tag.- Returns:
- the next definition stage.
-