Interface ApiContract.UpdateStages.WithApiRevisionDescription

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

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

    Modifier and Type
    Method
    Description
    withApiRevisionDescription(String apiRevisionDescription)
    Specifies the apiRevisionDescription property: Description of the API Revision..
  • Method Details

    • withApiRevisionDescription

      ApiContract.Update withApiRevisionDescription(String apiRevisionDescription)
      Specifies the apiRevisionDescription property: Description of the API Revision..
      Parameters:
      apiRevisionDescription - Description of the API Revision.
      Returns:
      the next definition stage.