Class RecoveryPointResourceList
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.ResourceList
-
- com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointResourceList
-
public final class RecoveryPointResourceList extends ResourceList
List of RecoveryPoint resources.
-
-
Constructor Summary
Constructors Constructor Description RecoveryPointResourceList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.List<RecoveryPointResourceInner>
value()
Get the value property: List of resources.RecoveryPointResourceList
withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of resources.RecoveryPointResourceList
withValue(List<RecoveryPointResourceInner> value)
Set the value property: List of resources.-
Methods inherited from class com.azure.resourcemanager.recoveryservicesbackup.models.ResourceList
nextLink
-
-
-
-
Method Detail
-
value
public List<RecoveryPointResourceInner> value()
Get the value property: List of resources.- Returns:
- the value value.
-
withValue
public RecoveryPointResourceList withValue(List<RecoveryPointResourceInner> value)
Set the value property: List of resources.- Parameters:
value
- the value value to set.- Returns:
- the RecoveryPointResourceList object itself.
-
withNextLink
public RecoveryPointResourceList withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.- Overrides:
withNextLink
in classResourceList
- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the ResourceList object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classResourceList
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-