public class BoxLegalHoldPolicy.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 |
|---|---|
int |
getAssignmentCountFile() |
int |
getAssignmentCountFileVersion() |
int |
getAssignmentCountFolder() |
int |
getAssignmentCountUser() |
Date |
getCreatedAt() |
BoxUser.Info |
getCreatedBy() |
Date |
getDeletedAt() |
String |
getDescription() |
Date |
getFilterEndedAt() |
Date |
getFilterStartedAt() |
Date |
getModifiedAt() |
String |
getPolicyName() |
String |
getReleaseNotes() |
BoxResource |
getResource()
Gets the resource associated with this Info.
|
String |
getStatus()
Status can be "active", "applying", "releasing" or "released".
|
getIDclearPendingChanges, getPendingChanges, getPendingChangesAsJsonObjectpublic Info()
public BoxResource getResource()
getResource in class BoxResource.Infopublic String getPolicyName()
public String getDescription()
public String getStatus()
public int getAssignmentCountUser()
public int getAssignmentCountFolder()
public int getAssignmentCountFile()
public int getAssignmentCountFileVersion()
public BoxUser.Info getCreatedBy()
public Date getCreatedAt()
public Date getModifiedAt()
public Date getDeletedAt()
public Date getFilterStartedAt()
public Date getFilterEndedAt()
public String getReleaseNotes()