Interface ApplicationDefinition.UpdateStages.WithIsEnabled

All Known Subinterfaces:
ApplicationDefinition.Update
Enclosing interface:
ApplicationDefinition.UpdateStages

public static interface ApplicationDefinition.UpdateStages.WithIsEnabled
The stage of the ApplicationDefinition update allowing to specify isEnabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    withIsEnabled(String isEnabled)
    Specifies the isEnabled property: A value indicating whether the package is enabled or not..
  • Method Details

    • withIsEnabled

      ApplicationDefinition.Update withIsEnabled(String 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.