Interface ApiContract.UpdateStages.WithSubscriptionRequired
- All Known Subinterfaces:
ApiContract.Update
- Enclosing interface:
ApiContract.UpdateStages
public static interface ApiContract.UpdateStages.WithSubscriptionRequired
The stage of the ApiContract update allowing to specify subscriptionRequired.
-
Method Summary
Modifier and TypeMethodDescriptionwithSubscriptionRequired(Boolean subscriptionRequired) Specifies the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API..
-
Method Details
-
withSubscriptionRequired
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.
-