Uses of Class
ch.brix.gql.client.frontify.builders.On_AssetAttachment
-
Packages that use On_AssetAttachment Package Description ch.brix.gql.client.frontify.builders -
-
Uses of On_AssetAttachment in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return On_AssetAttachment Modifier and Type Method Description On_AssetAttachmentOn_AssetAttachment. createdAt()`DateTime` of the `Attachment` creation.On_AssetAttachmentOn_AssetAttachment. creator(AssetAttachment_creator callBuilder)The `creator` is the `User` who created this `Attachment`.On_AssetAttachmentOn_AssetAttachment. downloadUrl(AssetAttachment_downloadUrl callBuilder)Signed `Url` to download the original `AssetAttachment` from Frontify.On_AssetAttachmentOn_AssetAttachment. extension()Extension of the `Attachment` `File`.On_AssetAttachmentOn_AssetAttachment. externalId()External Id of the `Attachment`.On_AssetAttachmentOn_AssetAttachment. filename()Filename of the `Attachment` `File`.On_AssetAttachmentOn_AssetAttachment. id()`Attachment` Id.On_AssetAttachmentOn_AssetAttachment. modifiedAt()`DateTime` of the `Attachment`last modification.On_AssetAttachmentOn_AssetAttachment. modifier(AssetAttachment_modifier callBuilder)The `modifier` is the `User` who last modified this `Attachment`.On_AssetAttachmentOn_AssetAttachment. name()Name of the `Attachment`.On_AssetAttachmentOn_AssetAttachment. size()Size of the `Attachment` `File` in bytes.On_AssetAttachmentOn_AssetAttachment. type()Mediatype (MIME) of the `Attachment`.Methods in ch.brix.gql.client.frontify.builders with parameters of type On_AssetAttachment Modifier and Type Method Description Asset_attachmentsAsset_attachments. onAssetAttachment(On_AssetAttachment typeBuilder)Audio_attachmentsAudio_attachments. onAssetAttachment(On_AssetAttachment typeBuilder)DeleteAttachment_attachmentDeleteAttachment_attachment. onAssetAttachment(On_AssetAttachment typeBuilder)Document_attachmentsDocument_attachments. onAssetAttachment(On_AssetAttachment typeBuilder)EmbeddedContent_attachmentsEmbeddedContent_attachments. onAssetAttachment(On_AssetAttachment typeBuilder)File_attachmentsFile_attachments. onAssetAttachment(On_AssetAttachment typeBuilder)Image_attachmentsImage_attachments. onAssetAttachment(On_AssetAttachment typeBuilder)RootQuery_nodeRootQuery_node. onAssetAttachment(On_AssetAttachment typeBuilder)Video_attachmentsVideo_attachments. onAssetAttachment(On_AssetAttachment typeBuilder)
-