public class Classification extends SerializableObject
To get more details about the classification applied to an item, request the classification metadata template.
| Modifier and Type | Class and Description |
|---|---|
static class |
Classification.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
boxSecurityClassificationKey
The name of the classification applied to the item.
|
protected Boolean |
canEdit
Whether an end user can change the classification.
|
protected String |
parent
The identifier of the item that this metadata instance has been attached to.
|
protected String |
scope
The scope of the enterprise that this classification has been applied for.
|
protected EnumWrapper<ClassificationTemplateField> |
template
The value will always be `securityClassification-6VMVochwUWo`.
|
protected String |
type
The unique ID of this classification instance.
|
protected Double |
typeVersion
The version of the metadata template.
|
protected Long |
version
The version of the metadata instance.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
Classification() |
protected |
Classification(Classification.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBoxSecurityClassificationKey() |
Boolean |
getCanEdit() |
String |
getParent() |
String |
getScope() |
EnumWrapper<ClassificationTemplateField> |
getTemplate() |
String |
getType() |
Double |
getTypeVersion() |
Long |
getVersion() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String boxSecurityClassificationKey
protected String parent
protected EnumWrapper<ClassificationTemplateField> template
protected String scope
This will be in the format `enterprise_{enterprise_id}`.
protected Long version
protected String type
protected Double typeVersion
public Classification()
protected Classification(Classification.Builder builder)
public String getBoxSecurityClassificationKey()
public EnumWrapper<ClassificationTemplateField> getTemplate()
public Long getVersion()
public Double getTypeVersion()
public Boolean getCanEdit()