Interface ApiContract.UpdateStages.WithApiVersionDescription

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

public static interface ApiContract.UpdateStages.WithApiVersionDescription
The stage of the ApiContract update allowing to specify apiVersionDescription.
  • Method Summary

    Modifier and Type
    Method
    Description
    withApiVersionDescription(String apiVersionDescription)
    Specifies the apiVersionDescription property: Description of the API Version..
  • Method Details

    • withApiVersionDescription

      ApiContract.Update withApiVersionDescription(String apiVersionDescription)
      Specifies the apiVersionDescription property: Description of the API Version..
      Parameters:
      apiVersionDescription - Description of the API Version.
      Returns:
      the next definition stage.