java.lang.Object
com.azure.resourcemanager.datamigration.models.QuotaList

public final class QuotaList extends Object
OData page of quota objects.
  • Constructor Details

    • QuotaList

      public QuotaList()
      Creates an instance of QuotaList class.
  • Method Details

    • value

      public List<QuotaInner> value()
      Get the value property: List of quotas.
      Returns:
      the value value.
    • withValue

      public QuotaList withValue(List<QuotaInner> value)
      Set the value property: List of quotas.
      Parameters:
      value - the value value to set.
      Returns:
      the QuotaList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL to load the next page of quotas, or null or missing if this is the last page.
      Returns:
      the nextLink value.
    • withNextLink

      public QuotaList withNextLink(String nextLink)
      Set the nextLink property: URL to load the next page of quotas, or null or missing if this is the last page.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the QuotaList object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.