ApiContract.DefinitionStages.WithDisplayName Interface

public static interface ApiContract.DefinitionStages.WithDisplayName

The stage of the ApiContract definition allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisplayName(String displayName)

Specifies the displayName property: API name.

Method Details

withDisplayName

public abstract ApiContract.DefinitionStages.WithCreate withDisplayName(String displayName)

Specifies the displayName property: API name. Must be 1 to 300 characters long..

Parameters:

displayName - API name. Must be 1 to 300 characters long.

Returns:

the next definition stage.

Applies to