public interface DatasetGraphAccessor
Modifier and Type | Method and Description |
---|---|
void |
httpDelete() |
void |
httpDelete(Node graphName) |
Graph |
httpGet() |
Graph |
httpGet(Node graphName) |
boolean |
httpHead() |
boolean |
httpHead(Node graphName) |
void |
httpPatch(Graph data) |
void |
httpPatch(Node graphName,
Graph data) |
void |
httpPost(Graph data) |
void |
httpPost(Node graphName,
Graph data) |
void |
httpPut(Graph data) |
void |
httpPut(Node graphName,
Graph data) |
Licenced under the Apache License, Version 2.0