Class Configurations


  • public final class Configurations
    extends Object
    The list of configurations.
    • Constructor Detail

      • Configurations

        public Configurations()
    • Method Detail

      • value

        public List<ConfigurationInner> value()
        Get the value property: List of configurations.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: Link for the next set of configurations.
        Returns:
        the nextLink value.
      • withNextLink

        public Configurations withNextLink​(String nextLink)
        Set the nextLink property: Link for the next set of configurations.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the Configurations object itself.
      • validate

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