Interface ApiContract.UpdateStages.WithLicense
- All Known Subinterfaces:
ApiContract.Update
- Enclosing interface:
ApiContract.UpdateStages
public static interface ApiContract.UpdateStages.WithLicense
The stage of the ApiContract update 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.
-