Interface TagDescriptionContract.DefinitionStages.WithDescription
- All Known Subinterfaces:
TagDescriptionContract.Definition,TagDescriptionContract.DefinitionStages.WithCreate
- Enclosing interface:
TagDescriptionContract.DefinitionStages
public static interface TagDescriptionContract.DefinitionStages.WithDescription
The stage of the TagDescriptionContract definition allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Description of the Tag..
-
Method Details
-
withDescription
Specifies the description property: Description of the Tag..- Parameters:
description- Description of the Tag.- Returns:
- the next definition stage.
-