ApplicationDefinition.DefinitionStages.WithIsEnabled Interface

public static interface ApplicationDefinition.DefinitionStages.WithIsEnabled

The stage of the ApplicationDefinition definition allowing to specify isEnabled.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIsEnabled(Boolean isEnabled)

Specifies the isEnabled property: A value indicating whether the package is enabled or not..

Method Details

withIsEnabled

public abstract ApplicationDefinition.DefinitionStages.WithCreate withIsEnabled(Boolean isEnabled)

Specifies the isEnabled property: A value indicating whether the package is enabled or not..

Parameters:

isEnabled - A value indicating whether the package is enabled or not.

Returns:

the next definition stage.

Applies to