Package zendesk.messaging
Class AttachmentSettings
- java.lang.Object
-
- zendesk.messaging.AttachmentSettings
-
public class AttachmentSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description AttachmentSettings(long maxFileSize, boolean sendingEnabled)
Constructs an instance ofAttachmentSettings
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description long
getMaxFileSize()
boolean
isSendingEnabled()
-
-
-
Constructor Detail
-
AttachmentSettings
public AttachmentSettings(long maxFileSize, boolean sendingEnabled)
Constructs an instance ofAttachmentSettings
- Parameters:
maxFileSize
- the maximum allowed file size in bytessendingEnabled
- true if attachment sending is enabled, false otherwise
-
-