Class IDistributionSupportManager.ChangeUserModeRequestOptions

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

public static class IDistributionSupportManager.ChangeUserModeRequestOptions extends Object
Change mode request options.
  • Constructor Details

    • ChangeUserModeRequestOptions

      public ChangeUserModeRequestOptions(UserSupportMode initUserMode, boolean multiMode)
      Creates the request options instance.
      Parameters:
      initUserMode - the init user mode option, cannot be null
      multiMode - the multi mode option, true if multi, false single
  • Method Details

    • getInitUserMode

      public UserSupportMode getInitUserMode()
      Returns the init user mode option.
      Returns:
      the initUserMode the init user mode option, cannot be null
    • isMultiMode

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