Class RestorePointCollectionListResult
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.RestorePointCollectionListResult
-
public final class RestorePointCollectionListResult extends Object
The List restore point collection operation response.
-
-
Constructor Summary
Constructors Constructor Description RestorePointCollectionListResult()
-
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 RestorePointCollections.voidvalidate()Validates the instance.List<RestorePointCollectionInner>value()Get the value property: Gets the list of restore point collections.RestorePointCollectionListResultwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of RestorePointCollections.RestorePointCollectionListResultwithValue(List<RestorePointCollectionInner> value)Set the value property: Gets the list of restore point collections.
-
-
-
Method Detail
-
value
public List<RestorePointCollectionInner> value()
Get the value property: Gets the list of restore point collections.- Returns:
- the value value.
-
withValue
public RestorePointCollectionListResult withValue(List<RestorePointCollectionInner> value)
Set the value property: Gets the list of restore point collections.- Parameters:
value- the value value to set.- Returns:
- the RestorePointCollectionListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections.- Returns:
- the nextLink value.
-
withNextLink
public RestorePointCollectionListResult withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the RestorePointCollectionListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-