String |
GraphServiceVertexManagementApi.addVertex(String graphId,
VertexRequest vertexRequest) |
Add vertex to the graph
Add the provided vertex to the specified graph.
|
okhttp3.Call |
GraphServiceVertexManagementApi.addVertexAsync(String graphId,
VertexRequest vertexRequest,
ApiCallback<String> _callback) |
Add vertex to the graph (asynchronously)
Add the provided vertex to the specified graph.
|
okhttp3.Call |
GraphServiceVertexManagementApi.addVertexCall(String graphId,
VertexRequest vertexRequest,
ApiCallback _callback) |
Build call for addVertex
|
ApiResponse<String> |
GraphServiceVertexManagementApi.addVertexWithHttpInfo(String graphId,
VertexRequest vertexRequest) |
Add vertex to the graph
Add the provided vertex to the specified graph.
|
String |
GraphServiceVertexManagementApi.updateVertex(String graphId,
VertexRequest vertexRequest) |
Update vertex's property
Remove the vertex from the specified graph.
|
okhttp3.Call |
GraphServiceVertexManagementApi.updateVertexAsync(String graphId,
VertexRequest vertexRequest,
ApiCallback<String> _callback) |
Update vertex's property (asynchronously)
Remove the vertex from the specified graph.
|
okhttp3.Call |
GraphServiceVertexManagementApi.updateVertexCall(String graphId,
VertexRequest vertexRequest,
ApiCallback _callback) |
Build call for updateVertex
|
ApiResponse<String> |
GraphServiceVertexManagementApi.updateVertexWithHttpInfo(String graphId,
VertexRequest vertexRequest) |
Update vertex's property
Remove the vertex from the specified graph.
|