Interface SpecificationGeneratorOptions.TitleBuildStage
-
- All Known Implementing Classes:
SpecificationGeneratorOptions.Builder
- Enclosing class:
- SpecificationGeneratorOptions
public static interface SpecificationGeneratorOptions.TitleBuildStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpecificationGeneratorOptions.BasePathBuildStagetitle(String title)Initializes the value for thetitleattribute.
-
-
-
Method Detail
-
title
SpecificationGeneratorOptions.BasePathBuildStage title(String title)
Initializes the value for thetitleattribute.- Parameters:
title- The value for title- Returns:
thisbuilder for use in a chained invocation
-
-