Interface ApiVersionSetContract.UpdateStages.WithVersionHeaderName

All Known Subinterfaces:
ApiVersionSetContract.Update
Enclosing interface:
ApiVersionSetContract.UpdateStages

public static interface ApiVersionSetContract.UpdateStages.WithVersionHeaderName
The stage of the ApiVersionSetContract update allowing to specify versionHeaderName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withVersionHeaderName(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

      ApiVersionSetContract.Update withVersionHeaderName(String versionHeaderName)
      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.