public class GremlinGraphCreateUpdateParameters extends Object
| Constructor and Description |
|---|
GremlinGraphCreateUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
options()
Get a key-value pair of options to be applied for the request.
|
GremlinGraphResource |
resource()
Get the standard JSON format of a Gremlin graph.
|
GremlinGraphCreateUpdateParameters |
withOptions(Map<String,String> options)
Set a key-value pair of options to be applied for the request.
|
GremlinGraphCreateUpdateParameters |
withResource(GremlinGraphResource resource)
Set the standard JSON format of a Gremlin graph.
|
public GremlinGraphResource resource()
public GremlinGraphCreateUpdateParameters withResource(GremlinGraphResource resource)
resource - the resource value to setpublic Map<String,String> options()
public GremlinGraphCreateUpdateParameters withOptions(Map<String,String> options)
options - the options value to setCopyright © 2019. All rights reserved.