public class Delta extends EntityCollection
| Constructor and Description | 
|---|
| Delta() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| List<DeltaLink> | getAddedLinks()Get list of added links (must not be NULL). | 
| List<DeletedEntity> | getDeletedEntities()Get list of deleted entities (must not be NULL). | 
| List<DeltaLink> | getDeletedLinks()Get list of deleted links (must not be NULL). | 
| int | hashCode() | 
getCount, getDeltaLink, getEntities, getNext, getOperations, iterator, setCount, setDeltaLink, setNext, toStringgetBaseURI, getId, getTitle, setBaseURI, setCommonProperty, setIdgetAnnotationsclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic List<DeletedEntity> getDeletedEntities()
public List<DeltaLink> getAddedLinks()
public List<DeltaLink> getDeletedLinks()
public boolean equals(Object o)
equals in class EntityCollectionpublic int hashCode()
hashCode in class EntityCollectionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.