User |
Asset.getCreator() |
The `creator` is the `User` who created the asset on Frontify.
|
User |
Attachment.getCreator() |
The `User` who created the `Attachment` on Frontify.
|
User |
Comment.getCreator() |
The `User` representing the `Comment` creator.
|
User |
Folder.getCreator() |
The `User` who created the `Folder`.
|
User |
Webhook.getCreator() |
The `creator` is the `User` who created the asset on Frontify.
|
User |
Asset.getModifier() |
The `modifier` is the `User` who last modified the asset on Frontify.
|
User |
Attachment.getModifier() |
The `User` who last modified the `Attachment` on Frontify.
|
User |
Comment.getModifier() |
The last `User` to modify the `Comment`.
|
User |
Folder.getModifier() |
The `User` who last modified the `Folder`.
|