SapDatabaseInstanceList Class
- java.
lang. Object - com.
azure. resourcemanager. workloads. models. SapDatabaseInstanceList
- com.
Implements
public final class SapDatabaseInstanceList
implements JsonSerializable<SapDatabaseInstanceList>
Defines the collection of SAP Database Instances.
Constructor Summary
| Constructor | Description |
|---|---|
| SapDatabaseInstanceList() |
Creates an instance of Sap |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sap |
fromJson(JsonReader jsonReader)
Reads an instance of Sap |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Sap |
value()
Get the value property: Gets the list of SAP Database instances. |
|
Sap |
withNextLink(String nextLink)
Set the next |
|
Sap |
withValue(List<SapDatabaseInstanceInner> value)
Set the value property: Gets the list of SAP Database instances. |
Methods inherited from java.lang.Object
Constructor Details
SapDatabaseInstanceList
public SapDatabaseInstanceList()
Creates an instance of SapDatabaseInstanceList class.
Method Details
fromJson
public static SapDatabaseInstanceList fromJson(JsonReader jsonReader)
Reads an instance of SapDatabaseInstanceList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Gets the value of next link.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SapDatabaseInstanceInner> value()
Get the value property: Gets the list of SAP Database instances.
Returns:
withNextLink
public SapDatabaseInstanceList withNextLink(String nextLink)
Set the nextLink property: Gets the value of next link.
Parameters:
Returns:
withValue
public SapDatabaseInstanceList withValue(List<SapDatabaseInstanceInner> value)
Set the value property: Gets the list of SAP Database instances.
Parameters:
Returns: