Class SysIntf.UpdateResult
- java.lang.Object
-
- org.bedework.caldav.server.sysinterface.SysIntf.UpdateResult
-
-
Constructor Summary
Constructors Constructor Description UpdateResult(String reason)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetOk()static SysIntf.UpdateResultgetOkResult()StringgetReason()
-
-
-
Constructor Detail
-
UpdateResult
public UpdateResult(String reason)
- Parameters:
reason- for failure
-
-
Method Detail
-
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
-
-