public interface Edge extends Relationship
Relationship
specifies an edge in the social graph and represents the relationship between two graph
nodes (users, groups, topics).Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FOLLOWING_RELATIONSHIP_TYPE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEndId() |
Resource |
getResource()
Gets the resource that backs this relationship.
|
java.lang.String |
getStartId() |
delete, get, get, getEndNode, getOtherNode, getStartNode, getType, isBidirectional, isVirtual, signature
static final java.lang.String FOLLOWING_RELATIONSHIP_TYPE
java.lang.String getStartId()
java.lang.String getEndId()
@CheckForNull Resource getResource()
Copyright © 2010 - 2020 Adobe. All Rights Reserved