ApiContract.DefinitionStages.WithProtocols Interface

public static interface ApiContract.DefinitionStages.WithProtocols

The stage of the ApiContract definition allowing to specify protocols.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProtocols(List<Protocol> protocols)

Specifies the protocols property: Describes on which protocols the operations in this API can be invoked..

Method Details

withProtocols

public abstract ApiContract.DefinitionStages.WithCreate withProtocols(List protocols)

Specifies the protocols property: Describes on which protocols the operations in this API can be invoked..

Parameters:

protocols - Describes on which protocols the operations in this API can be invoked.

Returns:

the next definition stage.

Applies to