public static final class RecentChangesPoller.Batch extends Change.Batch.AbstractDefaultImplementation
Change.Batch.AbstractDefaultImplementation| Modifier and Type | Method and Description |
|---|---|
String |
advancedUnits()
The unit of advanced() in English.
|
Continue |
getLastContinue()
Get continue object.
|
boolean |
hasAnyChanges()
Whether this batch had any changes, even invisible ones.
|
void |
hasChanges(boolean changes)
Set changes status.
|
Date |
leftOffDate()
Null or the latest date in the batch.
|
String |
leftOffHuman()
Human readable version of where this batch ends.
|
RecentChangesPoller.Batch |
merge(RecentChangesPoller.Batch another)
Merge this batch with another batch.
|
advanced, changes, lastpublic void hasChanges(boolean changes)
changes - Whether we really had changes or not.public boolean hasAnyChanges()
Change.BatchhasAnyChanges in interface Change.BatchhasAnyChanges in class Change.Batch.AbstractDefaultImplementationpublic String advancedUnits()
Change.Batchpublic Date leftOffDate()
Change.Batchpublic String leftOffHuman()
Change.BatchleftOffHuman in interface Change.BatchleftOffHuman in class Change.Batch.AbstractDefaultImplementationpublic RecentChangesPoller.Batch merge(RecentChangesPoller.Batch another)
another - public Continue getLastContinue()
Copyright © 2018. All rights reserved.