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
getBaseURI, getId, getTitle, setBaseURI, setCommonProperty, setId
getAnnotations
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public List<DeletedEntity> getDeletedEntities()
public List<DeltaLink> getAddedLinks()
public List<DeltaLink> getDeletedLinks()
public boolean equals(Object o)
equals
in class EntityCollection
public int hashCode()
hashCode
in class EntityCollection
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.