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() |
Boolean |
getIsOngoing() |
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".
|
void |
setDescription(String description)
Sets the policy's description.
|
void |
setPolicyName(String policyName)
Sets the policy's name.
|
void |
setReleaseNotes(String releaseNotes)
Sets the policy's release notes.
|
getIDclearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObjectpublic Info()
public BoxResource getResource()
getResource in class BoxResource.Infopublic String getPolicyName()
public void setPolicyName(String policyName)
policyName - the policy's new name.public String getDescription()
public void setDescription(String description)
description - the policy's new description.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()
public void setReleaseNotes(String releaseNotes)
releaseNotes - the policy's new release notes.public Boolean getIsOngoing()