ApiContract.DefinitionStages.WithValue Interface

public static interface ApiContract.DefinitionStages.WithValue

The stage of the ApiContract definition allowing to specify value.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withValue(String value)

Specifies the value property: Content value when Importing an API..

Method Details

withValue

public abstract ApiContract.DefinitionStages.WithCreate withValue(String value)

Specifies the value property: Content value when Importing an API..

Parameters:

value - Content value when Importing an API.

Returns:

the next definition stage.

Applies to