ApiContract.DefinitionStages.WithDescription Interface

public static interface ApiContract.DefinitionStages.WithDescription

The stage of the ApiContract definition allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDescription(String description)

Specifies the description property: Description of the API.

Method Details

withDescription

public abstract 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.

Applies to