Interface ApiContract.DefinitionStages.WithLicense
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithLicense
The stage of the ApiContract definition allowing to specify license.
-
Method Summary
Modifier and TypeMethodDescriptionwithLicense(ApiLicenseInformation license) Specifies the license property: License information for the API..
-
Method Details
-
withLicense
Specifies the license property: License information for the API..- Parameters:
license- License information for the API.- Returns:
- the next definition stage.
-