public class BoxTermsOfServiceUserStatus.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() |
Boolean |
getIsAccepted() |
Date |
getModifiedAt() |
BoxResource |
getResource()
Gets the resource associated with this Info.
|
BoxTermsOfService.Info |
getTermsOfService() |
String |
getType() |
BoxUser.Info |
getUser() |
void |
setIsAccepted(Boolean enabled)
Accept or decline the terms of service.
|
getIDclearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObjectpublic Info()
public BoxResource getResource()
getResource in class BoxResource.Infopublic BoxTermsOfService.Info getTermsOfService()
public BoxUser.Info getUser()
public Boolean getIsAccepted()
public void setIsAccepted(Boolean enabled)
enabled - the new user status of the terms of service.public Date getCreatedAt()
public Date getModifiedAt()