Class IDistributionSupportManager.ChangeDistributionSettingsResponseOptions

java.lang.Object
com.e1c.g5.v8.dt.library.distribution.IDistributionSupportManager.ChangeDistributionSettingsResponseOptions
Enclosing interface:
IDistributionSupportManager

public static class IDistributionSupportManager.ChangeDistributionSettingsResponseOptions extends Object
  • Constructor Details

    • ChangeDistributionSettingsResponseOptions

      public ChangeDistributionSettingsResponseOptions(List<MdObject> objectsToChangeParentMode, List<MdObject> objectsToChangeObjectModule)
      Creates new normal response options.
      Parameters:
      objectsToChangeParentMode - the objects to change parent mode, cannot be null
      objectsToChangeObjectModule - the objects to change object module enablement, cannot be null
  • Method Details

    • getObjectsToChangeParentMode

      public List<MdObject> getObjectsToChangeParentMode()
      Returns objects to change parent mode.
      Returns:
      the objects to change parent mode, cannot be null, can be empty
    • getObjectsToChangeObjectModule

      public List<MdObject> getObjectsToChangeObjectModule()
      Returns objects to change object module enablement.
      Returns:
      the objects to change object module enablement, cannot be null, can be empty