Class RegistrationList

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

public final class RegistrationList extends Object
Pageable list of registrations.
  • Constructor Details

    • RegistrationList

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

    • nextLink

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

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

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

      public RegistrationList withValue(List<RegistrationInner> value)
      Set the value property: List of Registrations.
      Parameters:
      value - the value value to set.
      Returns:
      the RegistrationList object itself.
    • validate

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