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