Class SysIntf.UpdateResult
java.lang.Object
org.bedework.caldav.server.sysinterface.SysIntf.UpdateResult
- Enclosing interface:
- SysIntf
Show the outcome of an update
- Author:
- douglm
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UpdateResult
- Parameters:
reason- for failure
-
-
Method Details
-
getOkResult
- Returns:
- result indicating OK.
-
getOk
public boolean getOk()- Returns:
- True for an OK update
-
getReason
- Returns:
- Non-null if !ok
-