Class On_Attachment
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Attachment
-
public class On_Attachment extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Attachment()
-
Method Summary
Modifier and Type Method Description On_AttachmentcreatedAt()`DateTime` of the `Attachment` creation.On_Attachmentcreator(Attachment_creator callBuilder)The `User` who created the `Attachment` on Frontify.On_Attachmentextension()The `Attachment`'s original file extension.On_AttachmentexternalId()The `Attachment`'s External Id.On_Attachmentfilename()The `Attachment`'s filename.On_Attachmentid()`Attachment` Id.On_AttachmentmodifiedAt()`DateTime` of the `Attachment`'s last modification.On_Attachmentmodifier(Attachment_modifier callBuilder)The `User` who last modified the `Attachment` on Frontify.On_Attachmentname()The `Attachment`'s name or title.On_Attachmentsize()The `Attachment`'s size in bytes.On_Attachmenttype()The `Attachment`'s Media (MIME) type.
-
-
-
Method Detail
-
id
public On_Attachment id()
`Attachment` Id.
-
creator
public On_Attachment creator(Attachment_creator callBuilder)
The `User` who created the `Attachment` on Frontify.
-
createdAt
public On_Attachment createdAt()
`DateTime` of the `Attachment` creation.
-
modifier
public On_Attachment modifier(Attachment_modifier callBuilder)
The `User` who last modified the `Attachment` on Frontify.
-
modifiedAt
public On_Attachment modifiedAt()
`DateTime` of the `Attachment`'s last modification.
-
filename
public On_Attachment filename()
The `Attachment`'s filename.
-
name
public On_Attachment name()
The `Attachment`'s name or title.
-
extension
public On_Attachment extension()
The `Attachment`'s original file extension.
-
type
public On_Attachment type()
The `Attachment`'s Media (MIME) type.
-
size
public On_Attachment size()
The `Attachment`'s size in bytes.
-
externalId
public On_Attachment externalId()
The `Attachment`'s External Id.
-
-