Uses of Class
com.contentful.java.cda.SyncType
-
Packages that use SyncType Package Description com.contentful.java.cda -
-
Uses of SyncType in com.contentful.java.cda
Methods in com.contentful.java.cda that return SyncType Modifier and Type Method Description static SyncTypeSyncType. allAssets()static SyncTypeSyncType. allEntries()static SyncTypeSyncType. onlyDeletedAssets()static SyncTypeSyncType. onlyDeletedEntries()static SyncTypeSyncType. onlyDeletion()static SyncTypeSyncType. onlyEntriesOfType(java.lang.String type)Sync all entries of a specific content type.Methods in com.contentful.java.cda with parameters of type SyncType Modifier and Type Method Description SyncQueryCDAClient. sync(SyncType type)Returns aSyncQueryfor synchronization with the providedsyncTokenvia the Sync API.
-