Interface TagDescriptionContract.DefinitionStages.WithExternalDocsDescription
- All Known Subinterfaces:
TagDescriptionContract.Definition,TagDescriptionContract.DefinitionStages.WithCreate
- Enclosing interface:
TagDescriptionContract.DefinitionStages
public static interface TagDescriptionContract.DefinitionStages.WithExternalDocsDescription
The stage of the TagDescriptionContract definition 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
TagDescriptionContract.DefinitionStages.WithCreate withExternalDocsDescription(String externalDocsDescription) 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.
-