Class DiskRestorePointList
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.DiskRestorePointList
-
public final class DiskRestorePointList extends Object
The List Disk Restore Points operation response.
-
-
Constructor Summary
Constructors Constructor Description DiskRestorePointList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The uri to fetch the next page of disk restore points.voidvalidate()Validates the instance.List<DiskRestorePointInner>value()Get the value property: A list of disk restore points.DiskRestorePointListwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of disk restore points.DiskRestorePointListwithValue(List<DiskRestorePointInner> value)Set the value property: A list of disk restore points.
-
-
-
Method Detail
-
value
public List<DiskRestorePointInner> value()
Get the value property: A list of disk restore points.- Returns:
- the value value.
-
withValue
public DiskRestorePointList withValue(List<DiskRestorePointInner> value)
Set the value property: A list of disk restore points.- Parameters:
value- the value value to set.- Returns:
- the DiskRestorePointList object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points.- Returns:
- the nextLink value.
-
withNextLink
public DiskRestorePointList withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the DiskRestorePointList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-