GremlinGraphGetProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. GremlinGraphGetProperties
- com.
Implements
public final class GremlinGraphGetProperties
implements JsonSerializable<GremlinGraphGetProperties>
The properties of an Azure Cosmos DB Gremlin graph.
Constructor Summary
| Constructor | Description |
|---|---|
| GremlinGraphGetProperties() |
Creates an instance of Gremlin |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Gremlin |
fromJson(JsonReader jsonReader)
Reads an instance of Gremlin |
|
Gremlin |
options()
Get the options property: The options property. |
|
Gremlin |
resource()
Get the resource property: The resource property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Gremlin |
withOptions(GremlinGraphGetPropertiesOptions options)
Set the options property: The options property. |
|
Gremlin |
withResource(GremlinGraphGetPropertiesResource resource)
Set the resource property: The resource property. |
Methods inherited from java.lang.Object
Constructor Details
GremlinGraphGetProperties
public GremlinGraphGetProperties()
Creates an instance of GremlinGraphGetProperties class.
Method Details
fromJson
public static GremlinGraphGetProperties fromJson(JsonReader jsonReader)
Reads an instance of GremlinGraphGetProperties from the JsonReader.
Parameters:
Returns:
Throws:
options
public GremlinGraphGetPropertiesOptions options()
Get the options property: The options property.
Returns:
resource
public GremlinGraphGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOptions
public GremlinGraphGetProperties withOptions(GremlinGraphGetPropertiesOptions options)
Set the options property: The options property.
Parameters:
Returns:
withResource
public GremlinGraphGetProperties withResource(GremlinGraphGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns: