Class NetAppAccountList

java.lang.Object
com.azure.resourcemanager.netapp.models.NetAppAccountList

public final class NetAppAccountList extends Object
List of NetApp account resources.
  • Constructor Details

    • NetAppAccountList

      public NetAppAccountList()
  • Method Details

    • value

      public List<NetAppAccountInner> value()
      Get the value property: Multiple NetApp accounts.
      Returns:
      the value value.
    • withValue

      public NetAppAccountList withValue(List<NetAppAccountInner> value)
      Set the value property: Multiple NetApp accounts.
      Parameters:
      value - the value value to set.
      Returns:
      the NetAppAccountList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL to get the next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public NetAppAccountList withNextLink(String nextLink)
      Set the nextLink property: URL to get the next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the NetAppAccountList object itself.
    • validate

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