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() |
getID
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public Info()
public BoxResource getResource()
getResource
in class BoxResource.Info
public BoxFileVersion getFileVersion()
public BoxFile.Info getFile()
public Date getAppliedAt()
public Date getDispositionAt()
public BoxRetentionPolicy.Info getWinningPolicy()