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 Detail

      • 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.