public class SyncFoldersResponse extends Response
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Folder> |
getCreatedFolders()
Gets a collection of folders to create in the local client store.
|
java.util.List<FolderId> |
getDeletedFolders()
Gets a collection of folders to delete in the local client store.
|
boolean |
getIncludesLastFolderInRange()
Gets whether the last item to synchronize has been included in the response.
|
java.lang.String |
getState()
Gets the synchronization state.
|
java.util.List<Folder> |
getUpdatedFolders()
Gets a collection of folders to update in the local client store.
|
getDescriptiveLinkKey, getMessage, getResponseClass, getResponseCode, getServerVersionInfo, getXmlMessage, setServerVersionInfopublic java.lang.String getState()
public boolean getIncludesLastFolderInRange()
public java.util.List<Folder> getCreatedFolders()
public java.util.List<Folder> getUpdatedFolders()
public java.util.List<FolderId> getDeletedFolders()