Interface ApiVersionSetContract.DefinitionStages.WithVersioningScheme
- All Known Subinterfaces:
ApiVersionSetContract.Definition,ApiVersionSetContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiVersionSetContract.DefinitionStages
public static interface ApiVersionSetContract.DefinitionStages.WithVersioningScheme
The stage of the ApiVersionSetContract definition allowing to specify versioningScheme.
-
Method Summary
Modifier and TypeMethodDescriptionwithVersioningScheme(VersioningScheme versioningScheme) Specifies the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request..
-
Method Details
-
withVersioningScheme
ApiVersionSetContract.DefinitionStages.WithCreate withVersioningScheme(VersioningScheme versioningScheme) Specifies the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request..- Parameters:
versioningScheme- An value that determines where the API Version identifier will be located in a HTTP request.- Returns:
- the next definition stage.
-