Class RestorePointCollectionListResult


  • public final class RestorePointCollectionListResult
    extends Object
    The List restore point collection operation response.
    • Constructor Detail

      • RestorePointCollectionListResult

        public RestorePointCollectionListResult()
    • Method Detail

      • 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.