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