public abstract class Keyspaces extends Object implements Jacksonisable
Response object representing a collection of Keyspaces
| Constructor and Description |
|---|
Keyspaces() |
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
abstract Set<Keyspace> |
keyspaces() |
static Keyspaces |
of(Set<Keyspace> keyspaces) |
@CheckReturnValue public abstract Set<Keyspace> keyspaces()
@CheckReturnValue public static Keyspaces of(Set<Keyspace> keyspaces)
@CheckReturnValue public String id()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.