ApiContract.DefinitionStages.WithSubscriptionRequired Interface

public static interface ApiContract.DefinitionStages.WithSubscriptionRequired

The stage of the ApiContract definition allowing to specify subscriptionRequired.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSubscriptionRequired(Boolean subscriptionRequired)

Specifies the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API..

Method Details

withSubscriptionRequired

public abstract ApiContract.DefinitionStages.WithCreate withSubscriptionRequired(Boolean subscriptionRequired)

Specifies the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API..

Parameters:

subscriptionRequired - Specifies whether an API or Product subscription is required for accessing the API.

Returns:

the next definition stage.

Applies to