Uses of Class
com.uc4.api.objects.SyncItem
-
Packages that use SyncItem Package Description com.uc4.api.objects -
-
Uses of SyncItem in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type SyncItem Modifier and Type Method Description java.util.Iterator<SyncItem>
SyncList. iterator()
Returns a list of all sync conditions.Methods in com.uc4.api.objects with parameters of type SyncItem Modifier and Type Method Description void
SyncList. addSyncItem(SyncItem item)
Adds a single SYNC condition to this job.boolean
SyncList. removeSyncItem(SyncItem item)
Removes the specified item from thisSyncList
.
-