Package com.zendesk.sdk.model.settings
Class AccountSettings
- java.lang.Object
-
- com.zendesk.sdk.model.settings.AccountSettings
-
public class AccountSettings extends java.lang.Object
This class models the Account settings. These settings describe how your Zendesk instance is configured so they are higher level settings than theSdkSettings
-
-
Constructor Summary
Constructors Constructor and Description AccountSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description AttachmentSettings
getAttachmentSettings()
Gets the attachment settings for the Zendesk instance.
-
-
-
Method Detail
-
getAttachmentSettings
public AttachmentSettings getAttachmentSettings()
Gets the attachment settings for the Zendesk instance.- Returns:
- The
AttachmentSettings
-
-