Class WdSynchReport
java.lang.Object
org.bedework.webdav.servlet.shared.WdSynchReport
Data for Synch Report
- Author:
- Mike Douglass douglm rpi.edu
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe changed entity may be an event or a collection. -
Field Summary
FieldsModifier and TypeFieldDescriptionToken for next time.booleanTrue if the token is valid.booleanTrue if the report was truncated -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
items
-
truncated
public boolean truncatedTrue if the report was truncated -
tokenValid
public boolean tokenValidTrue if the token is valid. -
token
Token for next time.
-
-
Constructor Details
-
WdSynchReport
public WdSynchReport()
-