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 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 be null
      multiParentMode - the multi parent mode option, true if multi, false single
  • Method Details

    • getInitParentMode

      public ParentSupportMode getInitParentMode()
      Returns the init parent mode option.
      Returns:
      the initUserMode the init user mode option, cannot be null
    • getInitObjectModuleDistribution

      public Boolean getInitObjectModuleDistribution()
    • isMultiParentMode

      public boolean isMultiParentMode()
      Returns the multi mode option.
      Returns:
      the multiMode the multi mode option, true if multi, false single
    • isMultiObjectModuleDistribution

      public Boolean isMultiObjectModuleDistribution()
      TODO JavaDoc
      Returns:
    • isObjectModuleSupported

      public boolean isObjectModuleSupported()
      TODO JavaDoc
      Returns: