Package com.jamasoftware.velocity.api
Interface VersionedRelationshipPageResults
-
public interface VersionedRelationshipPageResults
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestPageInfo
getPageInfo()
java.util.List<VersionedRelationship>
getResults()
-
-
-
Method Detail
-
getResults
java.util.List<VersionedRelationship> getResults()
-
getPageInfo
RestPageInfo getPageInfo()
-
-