Interface ApiContract.DefinitionStages.WithDescription

All Known Subinterfaces:
ApiContract.Definition, ApiContract.DefinitionStages.WithCreate
Enclosing interface:
ApiContract.DefinitionStages

public static interface ApiContract.DefinitionStages.WithDescription
The stage of the ApiContract definition allowing to specify description.
  • Method Details

    • withDescription

      ApiContract.DefinitionStages.WithCreate 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.