Interface ApplicationDefinition.DefinitionStages.WithIsEnabled

All Known Subinterfaces:
ApplicationDefinition.Definition, ApplicationDefinition.DefinitionStages.WithCreate
Enclosing interface:
ApplicationDefinition.DefinitionStages

public static interface ApplicationDefinition.DefinitionStages.WithIsEnabled
The stage of the ApplicationDefinition definition allowing to specify isEnabled.
  • Method Details

    • withIsEnabled

      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.