Class On_Attachment


  • public class On_Attachment
    extends ch.brix.gql.client.TypeBuilder
    • Constructor Detail

      • On_Attachment

        public On_Attachment()
    • Method Detail

      • createdAt

        public On_Attachment createdAt()
        `DateTime` of the `Attachment` creation.
      • 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.