ApiContract.DefinitionStages.WithApiType Interface

public static interface ApiContract.DefinitionStages.WithApiType

The stage of the ApiContract definition allowing to specify apiType.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withApiType(ApiType apiType)

Specifies the apiType property: Type of API..

Method Details

withApiType

public abstract ApiContract.DefinitionStages.WithCreate withApiType(ApiType apiType)

Specifies the apiType property: Type of API..

Parameters:

apiType - Type of API.

Returns:

the next definition stage.

Applies to