Class SettingsList

java.lang.Object
com.azure.resourcemanager.security.models.SettingsList

public final class SettingsList extends Object
Subscription settings list.
  • Constructor Details

    • SettingsList

      public SettingsList()
  • Method Details

    • value

      public List<SettingInner> value()
      Get the value property: The settings list.
      Returns:
      the value value.
    • withValue

      public SettingsList withValue(List<SettingInner> value)
      Set the value property: The settings list.
      Parameters:
      value - the value value to set.
      Returns:
      the SettingsList object itself.
    • nextLink

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

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