Class AttachmentSettings



  • public class AttachmentSettings
    extends java.lang.Object
    These settings describe how attachments are handled in your Zendesk instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      long getMaxAttachmentSize()
      This setting controls the maximum attachment size that can be uploaded to your Zendesk.
      boolean isEnabled()
      This setting corresponds to the "Customers can attach files" setting in the Zendesk admin interface.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttachmentSettings

        public AttachmentSettings()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        This setting corresponds to the "Customers can attach files" setting in the Zendesk admin interface.
        Returns:
        true if customers can attach files, false otherwise.
      • getMaxAttachmentSize

        public long getMaxAttachmentSize()
        This setting controls the maximum attachment size that can be uploaded to your Zendesk.
        Returns:
        The maximum attachment size allowed in bytes