DiskRestorePointList Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. DiskRestorePointList
- com.
Implements
public final class DiskRestorePointList
implements JsonSerializable<DiskRestorePointList>
The List Disk Restore Points operation response.
Constructor Summary
| Constructor | Description |
|---|---|
| DiskRestorePointList() |
Creates an instance of Disk |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Disk |
fromJson(JsonReader jsonReader)
Reads an instance of Disk |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Disk |
value()
Get the value property: The Disk |
|
Disk |
withNextLink(String nextLink)
Set the next |
|
Disk |
withValue(List<DiskRestorePointInner> value)
Set the value property: The Disk |
Methods inherited from java.lang.Object
Constructor Details
DiskRestorePointList
public DiskRestorePointList()
Creates an instance of DiskRestorePointList class.
Method Details
fromJson
public static DiskRestorePointList fromJson(JsonReader jsonReader)
Reads an instance of DiskRestorePointList 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<DiskRestorePointInner> value()
Get the value property: The DiskRestorePoint items on this page.
Returns:
withNextLink
public DiskRestorePointList withNextLink(String nextLink)
Set the nextLink property: The link to the next page of items.
Parameters:
Returns:
withValue
public DiskRestorePointList withValue(List<DiskRestorePointInner> value)
Set the value property: The DiskRestorePoint items on this page.
Parameters:
Returns: