ApiContract.DefinitionStages.WithSourceApiId Interface

public static interface ApiContract.DefinitionStages.WithSourceApiId

The stage of the ApiContract definition allowing to specify sourceApiId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSourceApiId(String sourceApiId)

Specifies the sourceApiId property: API identifier of the source API..

Method Details

withSourceApiId

public abstract ApiContract.DefinitionStages.WithCreate withSourceApiId(String sourceApiId)

Specifies the sourceApiId property: API identifier of the source API..

Parameters:

sourceApiId - API identifier of the source API.

Returns:

the next definition stage.

Applies to