Class IDistributionSupportManager.ChangeUserModeRequestOptions
java.lang.Object
com.e1c.g5.v8.dt.library.distribution.IDistributionSupportManager.ChangeUserModeRequestOptions
- Enclosing interface:
- IDistributionSupportManager
Change mode request options.
-
Constructor Summary
ConstructorsConstructorDescriptionChangeUserModeRequestOptions
(UserSupportMode initUserMode, boolean multiMode) Creates the request options instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the init user mode option.boolean
Returns the multi mode option.
-
Constructor Details
-
ChangeUserModeRequestOptions
Creates the request options instance.- Parameters:
initUserMode
- the init user mode option, cannot benull
multiMode
- the multi mode option,true
if multi,false
single
-
-
Method Details
-
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
-