Interface ProductContract.DefinitionStages.WithTerms
- All Known Subinterfaces:
ProductContract.Definition,ProductContract.DefinitionStages.WithCreate
- Enclosing interface:
ProductContract.DefinitionStages
public static interface ProductContract.DefinitionStages.WithTerms
The stage of the ProductContract definition allowing to specify terms.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the terms property: Product terms of use.
-
Method Details
-
withTerms
Specifies the terms property: Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process..- Parameters:
terms- Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process.- Returns:
- the next definition stage.
-