Interface ApiVersionSetContract.DefinitionStages.WithDisplayName
- All Known Subinterfaces:
ApiVersionSetContract.Definition,ApiVersionSetContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiVersionSetContract.DefinitionStages
public static interface ApiVersionSetContract.DefinitionStages.WithDisplayName
The stage of the ApiVersionSetContract definition allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: Name of API Version Set.
-
Method Details
-
withDisplayName
Specifies the displayName property: Name of API Version Set.- Parameters:
displayName- Name of API Version Set.- Returns:
- the next definition stage.
-