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 Summary
ConstructorsConstructorDescriptionChangeDistributionSettingsResponseOptions
(List<MdObject> objectsToChangeParentMode, List<MdObject> objectsToChangeObjectModule) Creates new normal response options. -
Method Summary
Modifier and TypeMethodDescriptionReturns objects to change object module enablement.Returns objects to change parent mode.
-
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 benull
objectsToChangeObjectModule
- the objects to change object module enablement, cannot benull
-
-
Method Details
-
getObjectsToChangeParentMode
Returns objects to change parent mode.- Returns:
- the objects to change parent mode, cannot be
null
, can be empty
-
getObjectsToChangeObjectModule
Returns objects to change object module enablement.- Returns:
- the objects to change object module enablement, cannot be
null
, can be empty
-