public class BoxRetentionPolicy.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 |
getCreatedAt()
Gets the time that the retention policy was created.
|
BoxUser.Info |
getCreatedBy()
Gets info about the user created the retention policy.
|
String |
getDispositionAction()
Gets the disposition action of the retention policy.
|
Date |
getModifiedAt()
Gets the time that the retention policy was last modified.
|
String |
getPolicyName()
Gets the name given to the retention policy.
|
String |
getPolicyType()
Gets the type of the retention policy.
|
BoxResource |
getResource()
Gets the resource associated with this Info.
|
int |
getRetentionLength()
Gets the length of the retention policy.
|
String |
getStatus()
Gets the status of the retention policy.
|
getID
clearPendingChanges, getPendingChanges, getPendingChangesAsJsonObject
public Info()
public BoxResource getResource()
getResource
in class BoxResource.Info
public String getPolicyName()
public String getPolicyType()
public int getRetentionLength()
public String getDispositionAction()
public String getStatus()
public BoxUser.Info getCreatedBy()
public Date getCreatedAt()
public Date getModifiedAt()