public class Graph extends GenericModel
ConceptInsights service.| Modifier and Type | Field and Description |
|---|---|
static Graph |
WIKIPEDIA
The WIKIPEDIA Graph.
|
| Constructor and Description |
|---|
Graph()
Instantiates a new graph.
|
Graph(String accountId,
String name)
Instantiates a new graph using the account id and graph name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
void |
setId(String id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
Graph |
withName(String name)
With name.
|
equals, hashCode, toStringpublic static final Graph WIKIPEDIA
Copyright © 2015–2016. All rights reserved.