ApiContract.DefinitionStages.WithApiVersionDescription Interface

public static interface ApiContract.DefinitionStages.WithApiVersionDescription

The stage of the ApiContract definition allowing to specify apiVersionDescription.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withApiVersionDescription(String apiVersionDescription)

Specifies the apiVersionDescription property: Description of the API Version..

Method Details

withApiVersionDescription

public abstract ApiContract.DefinitionStages.WithCreate withApiVersionDescription(String apiVersionDescription)

Specifies the apiVersionDescription property: Description of the API Version..

Parameters:

apiVersionDescription - Description of the API Version.

Returns:

the next definition stage.

Applies to