public interface Changes extends List<ChangedItem>
Modifier and Type | Method and Description |
---|---|
boolean |
getMoreResults()
Indicates that results is truncated.
|
String |
getNewSyncToken()
Returns the synchronization token provided by the server.
|
void |
setMoreResults(boolean moreResults)
Indicates that results is truncated.
|
void |
setNewSyncToken(String newSyncToken)
Sets the synchronization token provided by the server.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
void setNewSyncToken(String newSyncToken)
newSyncToken
- The new synchronization token provided by the server.String getNewSyncToken()
void setMoreResults(boolean moreResults)
A server MAY limit the number of member URLs in a response, for example, to limit the amount of work expended in processing a request, or as the result of an explicit limit set by the client.
moreResults
- If there are more results.boolean getMoreResults()
A server MAY limit the number of member URLs in a response, for example, to limit the amount of work expended in processing a request, or as the result of an explicit limit set by the client.
Copyright © ITHit. All Rights Reserved.