Interface ApiVersionSetContract.DefinitionStages.WithVersionQueryName
- All Known Subinterfaces:
ApiVersionSetContract.Definition,ApiVersionSetContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiVersionSetContract.DefinitionStages
public static interface ApiVersionSetContract.DefinitionStages.WithVersionQueryName
The stage of the ApiVersionSetContract definition allowing to specify versionQueryName.
-
Method Summary
Modifier and TypeMethodDescriptionwithVersionQueryName(String versionQueryName) Specifies the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`..
-
Method Details
-
withVersionQueryName
Specifies the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`..- Parameters:
versionQueryName- Name of query parameter that indicates the API Version if versioningScheme is set to `query`.- Returns:
- the next definition stage.
-