ApiContract.DefinitionStages.WithFormat Interface

public static interface ApiContract.DefinitionStages.WithFormat

The stage of the ApiContract definition allowing to specify format.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withFormat(ContentFormat format)

Specifies the format property: Format of the Content in which the API is getting imported..

Method Details

withFormat

public abstract ApiContract.DefinitionStages.WithCreate withFormat(ContentFormat format)

Specifies the format property: Format of the Content in which the API is getting imported..

Parameters:

format - Format of the Content in which the API is getting imported.

Returns:

the next definition stage.

Applies to