Package com.zendesk.sdk.model.settings
Class AttachmentSettings
- java.lang.Object
-
- com.zendesk.sdk.model.settings.AttachmentSettings
-
public class AttachmentSettings extends java.lang.Object
These settings describe how attachments are handled in your Zendesk instance.
-
-
Constructor Summary
Constructors Constructor and Description AttachmentSettings()
-
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.
-
-
-
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
-
-