Class VaultList


  • public final class VaultList
    extends Object
    List of Vaults.
    • Constructor Detail

      • VaultList

        public VaultList()
    • Method Detail

      • value

        public List<VaultInner> value()
        Get the value property: A list of vaults.
        Returns:
        the value value.
      • withValue

        public VaultList withValue​(List<VaultInner> value)
        Set the value property: A list of vaults.
        Parameters:
        value - the value value to set.
        Returns:
        the VaultList object itself.
      • validate

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