| static RecalledData.Builder | RecalledData. builder() | Create a new builder. | 
| RecalledData.Builder | RecalledData.Builder. collectionId(Long collectionId) | This is the id for the recalled data collection | 
| RecalledData.Builder | RecalledData.Builder. copy(RecalledData model) |  | 
| RecalledData.Builder | RecalledData.Builder. createdBy(String createdBy) | This is the user who initiated the recall request | 
| RecalledData.Builder | RecalledData.Builder. logSets(String logSets) | This is the list of logsets associated with the recall | 
| RecalledData.Builder | RecalledData.Builder. notRecalledDataInBytes(Long notRecalledDataInBytes) | This is the size of the archival data not recalled yet within the specified time range | 
| RecalledData.Builder | RecalledData.Builder. percentageComplete(Integer percentageComplete) | This is the current progress percentage for the recalled data | 
| RecalledData.Builder | RecalledData.Builder. purpose(String purpose) | This is the purpose of the recall | 
| RecalledData.Builder | RecalledData.Builder. queryString(String queryString) | This is the query associated with the recall | 
| RecalledData.Builder | RecalledData.Builder. recallCount(Integer recallCount) | This is the number of recall operations for this recall. | 
| RecalledData.Builder | RecalledData.Builder. status(RecalledData.Status status) | This is the status of the recall | 
| RecalledData.Builder | RecalledData.Builder. storageUsageInBytes(Long storageUsageInBytes) | This is the size in bytes | 
| RecalledData.Builder | RecalledData.Builder. timeDataEnded(Date timeDataEnded) | This is the end of the time range of the related data | 
| RecalledData.Builder | RecalledData.Builder. timeDataStarted(Date timeDataStarted) | This is the start of the time range of the related data | 
| RecalledData.Builder | RecalledData.Builder. timeRecalledDataEnded(Date timeRecalledDataEnded) | This is the recalled data end time | 
| RecalledData.Builder | RecalledData.Builder. timeRecalledDataStarted(Date timeRecalledDataStarted) | This is the recalled date start time | 
| RecalledData.Builder | RecalledData.Builder. timeStarted(Date timeStarted) | This is the time when the first recall operation was started for this RecalledData | 
| RecalledData.Builder | RecalledData. toBuilder() |  |