ApiContract.DefinitionStages.WithLicense Interface

public static interface ApiContract.DefinitionStages.WithLicense

The stage of the ApiContract definition allowing to specify license.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withLicense(ApiLicenseInformation license)

Specifies the license property: License information for the API..

Method Details

withLicense

public abstract 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.

Applies to