java.lang.Object
com.azure.resourcemanager.deviceupdate.models.AccountList

public final class AccountList extends Object
List of Accounts.
  • Constructor Details

    • AccountList

      public AccountList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of Accounts list.
      Returns:
      the nextLink value.
    • withNextLink

      public AccountList withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of Accounts list.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the AccountList object itself.
    • value

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

      public AccountList withValue(List<AccountInner> value)
      Set the value property: List of Accounts.
      Parameters:
      value - the value value to set.
      Returns:
      the AccountList object itself.
    • validate

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