Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
EmptyRecycleBinResult Class
Namespace
Usage
A list of Database.EmptyRecycleBinResult objects is returned by the Database.emptyRecycleBin method. Each object in the list corresponds to either a record ID or an sObject passed as the parameter in the Database.emptyRecycleBin method. The first index in the EmptyRecycleBinResult list matches the first record or sObject specified in the list, the second with the second, and so on.
EmptyRecycleBinResult Methods
The following are methods for EmptyRecycleBinResult. All are instance methods.
getErrors()
Signature
public Database.Errors[] getErrors()
Return Value
Type: Database.Errors []
getId()
Signature
public ID getId()
Return Value
Type: ID
isSuccess()
Signature
public Boolean isSuccess()
Return Value
Type: Boolean