Class IDistributionSupportManager.ChangeUserModeResponseOptions

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

public static class IDistributionSupportManager.ChangeUserModeResponseOptions extends Object
Change mode response options.
  • Constructor Details

    • ChangeUserModeResponseOptions

      public ChangeUserModeResponseOptions(IDistributionSupportManager.ChangeUserModeResponseOptionsResult result)
      Creates new abnormal response options.
      Parameters:
      result - the response result, cannot be null
    • ChangeUserModeResponseOptions

      public ChangeUserModeResponseOptions(List<MdObject> protectObjs, List<MdObject> warningObjs, List<MdObject> normalObjs)
      Creates new normal response options.
      Parameters:
      protectObjs - the protected objects, cannot be null
      warningObjs - the warning objects, cannot be null
      normalObjs - the normal objects, cannot be null
  • Method Details

    • getNormalObjs

      public List<MdObject> getNormalObjs()
      Returns normal objects.
      Returns:
      the normal objects, cannot be null
    • getProtectObjs

      public List<MdObject> getProtectObjs()
      Returns protected objects.
      Returns:
      the protected objects, cannot be null
    • getResult

      Returns response result.
      Returns:
      the response result, cannot be null
    • getWarningObjs

      public List<MdObject> getWarningObjs()
      Returns warning objects.
      Returns:
      the warning objects, cannot be null