DbServerListResult Class
- java.
lang. Object - com.
azure. resourcemanager. oracledatabase. models. DbServerListResult
- com.
Implements
public final class DbServerListResult
implements JsonSerializable<DbServerListResult>
The response of a DbServer list operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Db |
fromJson(JsonReader jsonReader)
Reads an instance of Db |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Db |
value()
Get the value property: The Db |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DbServerListResult fromJson(JsonReader jsonReader)
Reads an instance of DbServerListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DbServerInner> value()
Get the value property: The DbServer items on this page.
Returns: