T - The type used for added/changed entitiespublic class DeltaQueryResult<T> extends Object
| Constructor and Description |
|---|
DeltaQueryResult(Collection<T> changedEntities,
Set<String> deletedEntities,
Set<String> namelessEntities,
String syncToken) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getChangedEntities() |
Set<String> |
getDeletedEntities() |
Set<String> |
getNamelessEntities() |
String |
getSyncToken() |
Copyright © 2018 Atlassian. All rights reserved.