Interface ApiContract.DefinitionStages.WithApiVersionDescription
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithApiVersionDescription
The stage of the ApiContract definition allowing to specify apiVersionDescription.
-
Method Summary
Modifier and TypeMethodDescriptionwithApiVersionDescription(String apiVersionDescription) Specifies the apiVersionDescription property: Description of the API Version..
-
Method Details
-
withApiVersionDescription
Specifies the apiVersionDescription property: Description of the API Version..- Parameters:
apiVersionDescription- Description of the API Version.- Returns:
- the next definition stage.
-