License.DefinitionStages.WithLicenseDetails Interface

public static interface License.DefinitionStages.WithLicenseDetails

The stage of the License definition allowing to specify licenseDetails.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withLicenseDetails(LicenseDetails licenseDetails)

Specifies the licenseDetails property: Describes the properties of a License..

Method Details

withLicenseDetails

public abstract License.DefinitionStages.WithCreate withLicenseDetails(LicenseDetails licenseDetails)

Specifies the licenseDetails property: Describes the properties of a License..

Parameters:

licenseDetails - Describes the properties of a License.

Returns:

the next definition stage.

Applies to