public class SkillCardsMetadata extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
SkillCardsMetadata.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canEdit
Whether the user can edit this metadata.
|
protected List<SkillCard> |
cards
A list of Box Skill cards that have been applied to this file.
|
protected String |
id
A UUID to identify the metadata object.
|
protected String |
parent
An ID for the parent folder.
|
protected String |
scope
An ID for the scope in which this template has been applied.
|
protected String |
template
The name of the template.
|
protected String |
type
A unique identifier for the "type" of this instance.
|
protected Long |
typeVersion
The last-known version of the template of the object.
|
protected Long |
version
The version of the metadata object.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
SkillCardsMetadata() |
protected |
SkillCardsMetadata(SkillCardsMetadata.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getCanEdit() |
List<SkillCard> |
getCards() |
String |
getId() |
String |
getParent() |
String |
getScope() |
String |
getTemplate() |
String |
getType() |
Long |
getTypeVersion() |
Long |
getVersion() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String type
protected Long typeVersion
protected Long version
public SkillCardsMetadata()
protected SkillCardsMetadata(SkillCardsMetadata.Builder builder)
public Boolean getCanEdit()
public String getTemplate()
public Long getTypeVersion()
public Long getVersion()