ApiContract.DefinitionStages.WithDescription Interface
public static interface ApiContract.DefinitionStages.WithDescription
The stage of the ApiContract definition allowing to specify description.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDescription(String description)
Specifies the description property: Description of the API. |
Method Details
withDescription
public abstract ApiContract.DefinitionStages.WithCreate withDescription(String description)
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java