public class ClientDeltaImpl extends ClientEntitySetImpl implements org.apache.olingo.client.api.domain.ClientDelta
| Constructor and Description |
|---|
ClientDeltaImpl() |
ClientDeltaImpl(URI next) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<org.apache.olingo.client.api.domain.ClientDeltaLink> |
getAddedLinks() |
List<org.apache.olingo.client.api.domain.ClientDeletedEntity> |
getDeletedEntities() |
List<org.apache.olingo.client.api.domain.ClientDeltaLink> |
getDeletedLinks() |
int |
hashCode() |
String |
toString() |
getAnnotations, getCount, getDeltaLink, getEntities, getNext, getOperation, getOperations, setCount, setDeltaLinkgetContextURL, setContextURLgetLink, getName, setLinkclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic ClientDeltaImpl()
public ClientDeltaImpl(URI next)
public List<org.apache.olingo.client.api.domain.ClientDeletedEntity> getDeletedEntities()
getDeletedEntities in interface org.apache.olingo.client.api.domain.ClientDeltapublic List<org.apache.olingo.client.api.domain.ClientDeltaLink> getAddedLinks()
getAddedLinks in interface org.apache.olingo.client.api.domain.ClientDeltapublic List<org.apache.olingo.client.api.domain.ClientDeltaLink> getDeletedLinks()
getDeletedLinks in interface org.apache.olingo.client.api.domain.ClientDeltapublic int hashCode()
hashCode in class ClientEntitySetImplpublic boolean equals(Object obj)
equals in class ClientEntitySetImplpublic String toString()
toString in class ClientEntitySetImplCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.