public class FileVersionRetentions extends SerializableObject
**Note**: File retention API is now **deprecated**. To get information about files and file versions under retention, see [files under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
| Modifier and Type | Class and Description |
|---|---|
static class |
FileVersionRetentions.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<FileVersionRetention> |
entries
A list of file version retentions.
|
protected Long |
limit
The limit that was used for these entries.
|
protected String |
nextMarker
The marker for the start of the next page of results.
|
protected String |
prevMarker
The marker for the start of the previous page of results.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
FileVersionRetentions() |
protected |
FileVersionRetentions(FileVersionRetentions.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<FileVersionRetention> |
getEntries() |
Long |
getLimit() |
String |
getNextMarker() |
String |
getPrevMarker() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long limit
protected String nextMarker
protected String prevMarker
protected List<FileVersionRetention> entries
public FileVersionRetentions()
protected FileVersionRetentions(FileVersionRetentions.Builder builder)
public String getNextMarker()
public String getPrevMarker()
public List<FileVersionRetention> getEntries()