Class ResourceList
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.ResourceList
-
- Direct Known Subclasses:
BackupEngineBaseResourceList
,JobResourceList
,ProtectableContainerResourceList
,ProtectedItemResourceList
,ProtectionContainerResourceList
,ProtectionIntentResourceList
,ProtectionPolicyResourceList
,RecoveryPointResourceList
,ResourceGuardProxyBaseResourceList
,WorkloadItemResourceList
,WorkloadProtectableItemResourceList
public class ResourceList extends Object
Base for all lists of resources.
-
-
Constructor Summary
Constructors Constructor Description ResourceList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: The uri to fetch the next page of resources.void
validate()
Validates the instance.ResourceList
withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of resources.
-
-
-
Method Detail
-
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.- Returns:
- the nextLink value.
-
withNextLink
public ResourceList withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the ResourceList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-