ApiContract.DefinitionStages.WithApiVersion Interface

public static interface ApiContract.DefinitionStages.WithApiVersion

The stage of the ApiContract definition allowing to specify apiVersion.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withApiVersion(String apiVersion)

Specifies the apiVersion property: Indicates the version identifier of the API if the API is versioned.

Method Details

withApiVersion

public abstract ApiContract.DefinitionStages.WithCreate withApiVersion(String apiVersion)

Specifies the apiVersion property: Indicates the version identifier of the API if the API is versioned.

Parameters:

apiVersion - Indicates the version identifier of the API if the API is versioned.

Returns:

the next definition stage.

Applies to