Class CustomerSubscriptionList

java.lang.Object
com.azure.resourcemanager.azurestack.models.CustomerSubscriptionList

public final class CustomerSubscriptionList extends Object
Pageable list of customer subscriptions.
  • Constructor Details

    • CustomerSubscriptionList

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

    • nextLink

      public String nextLink()
      Get the nextLink property: URI to the next page.
      Returns:
      the nextLink value.
    • withNextLink

      public CustomerSubscriptionList withNextLink(String nextLink)
      Set the nextLink property: URI to the next page.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the CustomerSubscriptionList object itself.
    • value

      Get the value property: List of customer subscriptions.
      Returns:
      the value value.
    • withValue

      Set the value property: List of customer subscriptions.
      Parameters:
      value - the value value to set.
      Returns:
      the CustomerSubscriptionList object itself.
    • validate

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