public class SyncItemsResponse extends Response
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Item> |
getCreatedItems()
Gets a collection of items to create in the local client store.
|
java.util.List<ItemId> |
getDeletedItems()
Gets a collection of items to delete in the local client store.
|
boolean |
getIncludesLastItemInRange()
Gets whether the last item to synchronize has been included in the response.
|
java.util.List<ReadFlagChange> |
getReadFlagChangedItems()
Gets collection of responses when an item has been read.
|
java.lang.String |
getState()
Gets identify the synchronization state.
|
java.util.List<Item> |
getUpdatedItems()
Gets a collection of items to update in the local client store.
|
getDescriptiveLinkKey, getMessage, getResponseClass, getResponseCode, getServerVersionInfo, getXmlMessage, setServerVersionInfopublic java.lang.String getState()
public boolean getIncludesLastItemInRange()
public java.util.List<Item> getCreatedItems()
public java.util.List<Item> getUpdatedItems()
public java.util.List<ItemId> getDeletedItems()
public java.util.List<ReadFlagChange> getReadFlagChangedItems()