Class SysIntf.UpdateResult

java.lang.Object
org.bedework.caldav.server.sysinterface.SysIntf.UpdateResult
Enclosing interface:
SysIntf

public static class SysIntf.UpdateResult extends Object
Show the outcome of an update
Author:
douglm
  • Constructor Details

    • UpdateResult

      public UpdateResult(String reason)
      Parameters:
      reason - for failure
  • Method Details

    • getOkResult

      public static SysIntf.UpdateResult getOkResult()
      Returns:
      result indicating OK.
    • getOk

      public boolean getOk()
      Returns:
      True for an OK update
    • getReason

      public String getReason()
      Returns:
      Non-null if !ok