Package zendesk.support
Class SupportSettings
- java.lang.Object
-
- zendesk.support.SupportSettings
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static SupportSettingsdefaultSettings()AttachmentSettingsgetAttachments()ContactUsSettingsgetContactUs()ConversationsSettingsgetConversations()java.lang.StringgetReferrerUrl()TicketFormSettingsgetTicketForms()booleanisNeverRequestEmailOn()booleanisShowClosedRequests()booleanisShowReferrerLogo()
-
-
-
Method Detail
-
defaultSettings
public static SupportSettings defaultSettings()
-
getConversations
public ConversationsSettings getConversations()
-
getContactUs
public ContactUsSettings getContactUs()
-
getAttachments
public AttachmentSettings getAttachments()
-
getTicketForms
public TicketFormSettings getTicketForms()
-
isNeverRequestEmailOn
public boolean isNeverRequestEmailOn()
-
isShowClosedRequests
public boolean isShowClosedRequests()
-
isShowReferrerLogo
public boolean isShowReferrerLogo()
-
getReferrerUrl
public java.lang.String getReferrerUrl()
-
-