ApiContract.DefinitionStages.WithDisplayName Interface
public static interface ApiContract.DefinitionStages.WithDisplayName
The stage of the ApiContract definition allowing to specify displayName.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDisplayName(String displayName)
Specifies the display |
Method Details
withDisplayName
public abstract ApiContract.DefinitionStages.WithCreate withDisplayName(String displayName)
Specifies the displayName property: API name. Must be 1 to 300 characters long..
Parameters:
displayName
- API name. Must be 1 to 300 characters long.
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