public class BoxFileVersionRetention.Info extends BoxResource.Info
| Constructor and Description |
|---|
Info()
Constructs an empty Info object.
|
Info(String json)
Constructs an Info object by parsing information from a JSON string.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getAppliedAt() |
Date |
getDispositionAt() |
BoxFile.Info |
getFile() |
BoxFileVersion |
getFileVersion() |
BoxResource |
getResource()
Gets the resource associated with this Info.
|
BoxRetentionPolicy.Info |
getWinningPolicy() |
getIDclearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObjectpublic Info()
public BoxResource getResource()
getResource in class BoxResource.Infopublic BoxFileVersion getFileVersion()
public BoxFile.Info getFile()
public Date getAppliedAt()
public Date getDispositionAt()
public BoxRetentionPolicy.Info getWinningPolicy()