Class IDistributionSupportManager.ChangeDistributionSettingsRequestOptions
java.lang.Object
com.e1c.g5.v8.dt.library.distribution.IDistributionSupportManager.ChangeDistributionSettingsRequestOptions
- Enclosing interface:
- IDistributionSupportManager
public static class IDistributionSupportManager.ChangeDistributionSettingsRequestOptions
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionChangeDistributionSettingsRequestOptions
(ParentSupportMode initParentMode, Boolean initModuleObjectDistribution, boolean multiParentMode, Boolean multiObjectModuleDistribution, boolean objectModuleSupported) Creates the request options instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the init parent mode option.TODO JavaDocboolean
Returns the multi mode option.boolean
TODO JavaDoc
-
Constructor Details
-
ChangeDistributionSettingsRequestOptions
public ChangeDistributionSettingsRequestOptions(ParentSupportMode initParentMode, Boolean initModuleObjectDistribution, boolean multiParentMode, Boolean multiObjectModuleDistribution, boolean objectModuleSupported) Creates the request options instance.- Parameters:
initParentMode
- the init parent mode option, cannot benull
multiParentMode
- the multi parent mode option,true
if multi,false
single
-
-
Method Details
-
getInitParentMode
Returns the init parent mode option.- Returns:
- the initUserMode the init user mode option, cannot be
null
-
getInitObjectModuleDistribution
-
isMultiParentMode
public boolean isMultiParentMode()Returns the multi mode option.- Returns:
- the multiMode the multi mode option,
true
if multi,false
single
-
isMultiObjectModuleDistribution
TODO JavaDoc- Returns:
-
isObjectModuleSupported
public boolean isObjectModuleSupported()TODO JavaDoc- Returns:
-