ApiContract.DefinitionStages.WithApiRevision Interface

public static interface ApiContract.DefinitionStages.WithApiRevision

The stage of the ApiContract definition allowing to specify apiRevision.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withApiRevision(String apiRevision)

Specifies the apiRevision property: Describes the revision of the API.

Method Details

withApiRevision

public abstract ApiContract.DefinitionStages.WithCreate withApiRevision(String apiRevision)

Specifies the apiRevision property: Describes the revision of the API. If no value is provided, default revision 1 is created.

Parameters:

apiRevision - Describes the revision of the API. If no value is provided, default revision 1 is created.

Returns:

the next definition stage.

Applies to