Interface ApiContract.UpdateStages.WithApiRevision

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

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

    Modifier and Type
    Method
    Description
    withApiRevision(String apiRevision)
    Specifies the apiRevision property: Describes the revision of the API.
  • Method Details

    • withApiRevision

      ApiContract.Update withApiRevision(String apiRevision)
      Specifies the apiRevision property: Describes the revision of the API. If no value is provided, default revision 1 is created.
      Parameters:
      apiRevision - Describes the revision of the API. If no value is provided, default revision 1 is created.
      Returns:
      the next definition stage.