These are just the Item's classifications, not the same as ItemResponse.classification_nodes
.
To retrieve classification nodes for individual Slots, use getSlotClassifications
The Item
as it exists within the API
The Slots in this ItemMap keyed by their names.
The values of Slots in this ItemMap keyed by names.
True if you are the original creator of this Item
True if this Item is shared with you
Stage updated values in an ItemUpdate. This has no effect on the values stored in this DecryptedItem.
For updating shared data (i.e. PUT items/id/shares
).
The Item's slots are encrypted with the given DEK and value verification hashes are appended.
You must own the Item to update it like this.
Generated using TypeDoc
Wraps Items returned from the API that have been decrypted, usually by ItemService. If
classification_nodes
,thumbnails
andattachments
are provided at construction, they are stored.DecryptedItem
is immutable, you should use toItemUpdate to stage modifications.thumbnails and attachments are NOT filtered; they may contain extra attachments not used by the Item.