Class GremlinGraphListResult
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.GremlinGraphListResult
-
public final class GremlinGraphListResult extends Object
The List operation response, that contains the graphs and their properties.
-
-
Constructor Summary
Constructors Constructor Description GremlinGraphListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<GremlinGraphGetResultsInner>value()Get the value property: List of graphs and their properties.
-
-
-
Method Detail
-
value
public List<GremlinGraphGetResultsInner> value()
Get the value property: List of graphs and their properties.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-