Interface ApiContract.UpdateStages.WithDescription

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

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

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Description of the API.
  • Method Details

    • withDescription

      ApiContract.Update withDescription(String description)
      Specifies the description property: Description of the API. May include HTML formatting tags..
      Parameters:
      description - Description of the API. May include HTML formatting tags.
      Returns:
      the next definition stage.