Interface ApiVersionSetContract.UpdateStages.WithVersionQueryName

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

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

    Modifier and Type
    Method
    Description
    withVersionQueryName(String versionQueryName)
    Specifies the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`..
  • Method Details

    • withVersionQueryName

      ApiVersionSetContract.Update withVersionQueryName(String versionQueryName)
      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.