Interface ApiContract.UpdateStages.WithApiVersion

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

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

    Modifier and Type
    Method
    Description
    withApiVersion(String apiVersion)
    Specifies the apiVersion property: Indicates the version identifier of the API if the API is versioned.
  • Method Details

    • withApiVersion

      ApiContract.Update withApiVersion(String apiVersion)
      Specifies the apiVersion property: Indicates the version identifier of the API if the API is versioned.
      Parameters:
      apiVersion - Indicates the version identifier of the API if the API is versioned.
      Returns:
      the next definition stage.