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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiContract.DefinitionStages.WithCreate
withLicense(ApiLicenseInformation license)
Specifies the license property: License information for the API..
-
-
-
Method Detail
-
withLicense
ApiContract.DefinitionStages.WithCreate withLicense(ApiLicenseInformation license)
Specifies the license property: License information for the API..- Parameters:
license
- License information for the API.- Returns:
- the next definition stage.
-
-