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