public class ClientDeltaLinkImpl
extends org.apache.olingo.client.api.domain.ClientItem
implements org.apache.olingo.client.api.domain.ClientDeltaLink
| Constructor and Description |
|---|
ClientDeltaLinkImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<org.apache.olingo.client.api.domain.ClientAnnotation> |
getAnnotations() |
String |
getRelationship() |
URI |
getSource() |
URI |
getTarget() |
int |
hashCode() |
void |
setRelationship(String relationship) |
void |
setSource(URI source) |
void |
setTarget(URI target) |
String |
toString() |
public URI getSource()
getSource in interface org.apache.olingo.client.api.domain.ClientDeltaLinkpublic void setSource(URI source)
setSource in interface org.apache.olingo.client.api.domain.ClientDeltaLinkpublic String getRelationship()
getRelationship in interface org.apache.olingo.client.api.domain.ClientDeltaLinkpublic void setRelationship(String relationship)
setRelationship in interface org.apache.olingo.client.api.domain.ClientDeltaLinkpublic URI getTarget()
getTarget in interface org.apache.olingo.client.api.domain.ClientDeltaLinkpublic void setTarget(URI target)
setTarget in interface org.apache.olingo.client.api.domain.ClientDeltaLinkpublic List<org.apache.olingo.client.api.domain.ClientAnnotation> getAnnotations()
getAnnotations in interface org.apache.olingo.client.api.domain.ClientAnnotatablepublic int hashCode()
hashCode in class org.apache.olingo.client.api.domain.ClientItempublic boolean equals(Object obj)
equals in class org.apache.olingo.client.api.domain.ClientItempublic String toString()
toString in class org.apache.olingo.client.api.domain.ClientItemCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.