public class VertexLabelAPI extends SchemaElementAPI
BATCH_ENCODING, CHARSET, client, NO_LIMIT, PATH_SPLITOR| Constructor and Description |
|---|
VertexLabelAPI(RestClient client,
String graph) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
append(VertexLabel vertexLabel) |
protected Object |
checkCreateOrUpdate(SchemaElement schemaElement) |
VertexLabel |
create(VertexLabel vertexLabel) |
long |
delete(String name) |
VertexLabel |
eliminate(VertexLabel vertexLabel) |
VertexLabel |
get(String name) |
List<VertexLabel> |
list() |
List<VertexLabel> |
list(List<String> names) |
protected String |
type() |
checkLimit, checkOffset, path, path, pathpublic VertexLabelAPI(RestClient client, String graph)
public VertexLabel create(VertexLabel vertexLabel)
public VertexLabel append(VertexLabel vertexLabel)
public VertexLabel eliminate(VertexLabel vertexLabel)
public VertexLabel get(String name)
public List<VertexLabel> list()
public List<VertexLabel> list(List<String> names)
public long delete(String name)
protected Object checkCreateOrUpdate(SchemaElement schemaElement)
checkCreateOrUpdate in class SchemaElementAPICopyright © 2023 The Apache Software Foundation. All rights reserved.