Class RestorePointCollectionListResult
java.lang.Object
com.azure.resourcemanager.compute.models.RestorePointCollectionListResult
The List restore point collection operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The uri to fetch the next page of RestorePointCollections.voidvalidate()Validates the instance.value()Get the value property: Gets the list of restore point collections.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of RestorePointCollections.withValue(List<RestorePointCollectionInner> value) Set the value property: Gets the list of restore point collections.
-
Constructor Details
-
RestorePointCollectionListResult
public RestorePointCollectionListResult()
-
-
Method Details
-
value
Get the value property: Gets the list of restore point collections.- Returns:
- the value value.
-
withValue
Set the value property: Gets the list of restore point collections.- Parameters:
value- the value value to set.- Returns:
- the RestorePointCollectionListResult object itself.
-
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
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.
-