public abstract class Things extends Object implements Jacksonisable
| Constructor and Description |
|---|
Things() |
| Modifier and Type | Method and Description |
|---|---|
static Things |
create(Link selfLink,
Set<Thing> instances,
Link next,
Link previous) |
abstract Set<Thing> |
instances() |
abstract Link |
next() |
abstract Link |
previous() |
abstract Link |
selfLink() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.