Class DatabaseList


  • public final class DatabaseList
    extends Object
    The response of a list-all operation.
    • Constructor Detail

      • DatabaseList

        public DatabaseList()
    • Method Detail

      • value

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

        public DatabaseList withValue​(List<DatabaseInner> value)
        Set the value property: List of databases.
        Parameters:
        value - the value value to set.
        Returns:
        the DatabaseList object itself.
      • nextLink

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

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