public class BoxMetadataCascadePolicy.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 |
|---|---|
BoxEnterprise |
getOwnerEnterprise()
Gets the enterprise the metadata cascade policy belongs to.
|
BoxFolder.Info |
getParent()
Gets the folder the metadata cascade policy is on.
|
BoxMetadataCascadePolicy |
getResource()
Gets the resource associated with this Info.
|
String |
getScope()
Gets the scope of the metadata cascade policy.
|
String |
getTemplateKey()
Gets the template key for the metadata cascade policy.
|
protected void |
parseJSONMember(JsonObject.Member member)
Invoked with a JSON member whenever this object is updated or created from a JSON object.
|
getIDclearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObjectpublic Info()
public BoxEnterprise getOwnerEnterprise()
public BoxFolder.Info getParent()
public String getScope()
public String getTemplateKey()
public BoxMetadataCascadePolicy getResource()
BoxResource.InfogetResource in class BoxResource.Infoprotected void parseJSONMember(JsonObject.Member member)
BoxJSONObjectSubclasses should override this method in order to parse any JSON members it knows about. This method is a no-op by default.
member - the JSON member to be parsed.