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.booleanReturns the multi mode option. 
- 
Constructor Details
- 
ChangeUserModeRequestOptions
Creates the request options instance.- Parameters:
 initUserMode- the init user mode option, cannot benullmultiMode- the multi mode option,trueif multi,falsesingle
 
 - 
 - 
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, 
trueif multi,falsesingle 
 
 -