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