Class DatabaseListResult


  • public final class DatabaseListResult
    extends Object
    A List of databases.
    • Constructor Detail

      • DatabaseListResult

        public DatabaseListResult()
    • Method Detail

      • value

        public List<DatabaseInner> value()
        Get the value property: The list of databases housed in a server.
        Returns:
        the value value.
      • withValue

        public DatabaseListResult withValue​(List<DatabaseInner> value)
        Set the value property: The list of databases housed in a server.
        Parameters:
        value - the value value to set.
        Returns:
        the DatabaseListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link used to get the next page of operations.
        Returns:
        the nextLink value.
      • withNextLink

        public DatabaseListResult withNextLink​(String nextLink)
        Set the nextLink property: The link used to get the next page of operations.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the DatabaseListResult object itself.
      • validate

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