Class DeletedVaultListResult


  • public final class DeletedVaultListResult
    extends Object
    List of vaults.
    • Constructor Detail

      • DeletedVaultListResult

        public DeletedVaultListResult()
    • Method Detail

      • value

        public List<DeletedVaultInner> value()
        Get the value property: The list of deleted vaults.
        Returns:
        the value value.
      • withValue

        public DeletedVaultListResult withValue​(List<DeletedVaultInner> value)
        Set the value property: The list of deleted vaults.
        Parameters:
        value - the value value to set.
        Returns:
        the DeletedVaultListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URL to get the next set of deleted vaults.
        Returns:
        the nextLink value.
      • withNextLink

        public DeletedVaultListResult withNextLink​(String nextLink)
        Set the nextLink property: The URL to get the next set of deleted vaults.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the DeletedVaultListResult object itself.
      • validate

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