Class On_AssetAttachment
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_AssetAttachment
-
public class On_AssetAttachment extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_AssetAttachment()
-
Method Summary
Modifier and Type Method Description On_AssetAttachmentcreatedAt()`DateTime` of the `Attachment` creation.On_AssetAttachmentcreator(AssetAttachment_creator callBuilder)The `creator` is the `User` who created this `Attachment`.On_AssetAttachmentdownloadUrl(AssetAttachment_downloadUrl callBuilder)Signed `Url` to download the original `AssetAttachment` from Frontify.On_AssetAttachmentextension()Extension of the `Attachment` `File`.On_AssetAttachmentexternalId()External Id of the `Attachment`.On_AssetAttachmentfilename()Filename of the `Attachment` `File`.On_AssetAttachmentid()`Attachment` Id.On_AssetAttachmentmodifiedAt()`DateTime` of the `Attachment`last modification.On_AssetAttachmentmodifier(AssetAttachment_modifier callBuilder)The `modifier` is the `User` who last modified this `Attachment`.On_AssetAttachmentname()Name of the `Attachment`.On_AssetAttachmentsize()Size of the `Attachment` `File` in bytes.On_AssetAttachmenttype()Mediatype (MIME) of the `Attachment`.
-
-
-
Method Detail
-
id
public On_AssetAttachment id()
`Attachment` Id.
-
creator
public On_AssetAttachment creator(AssetAttachment_creator callBuilder)
The `creator` is the `User` who created this `Attachment`.
-
createdAt
public On_AssetAttachment createdAt()
`DateTime` of the `Attachment` creation.
-
modifier
public On_AssetAttachment modifier(AssetAttachment_modifier callBuilder)
The `modifier` is the `User` who last modified this `Attachment`.
-
modifiedAt
public On_AssetAttachment modifiedAt()
`DateTime` of the `Attachment`last modification.
-
name
public On_AssetAttachment name()
Name of the `Attachment`.
-
filename
public On_AssetAttachment filename()
Filename of the `Attachment` `File`.
-
type
public On_AssetAttachment type()
Mediatype (MIME) of the `Attachment`.
-
externalId
public On_AssetAttachment externalId()
External Id of the `Attachment`.
-
extension
public On_AssetAttachment extension()
Extension of the `Attachment` `File`.
-
size
public On_AssetAttachment size()
Size of the `Attachment` `File` in bytes.
-
downloadUrl
public On_AssetAttachment downloadUrl(AssetAttachment_downloadUrl callBuilder)
Signed `Url` to download the original `AssetAttachment` from Frontify.
-
-