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 SupportSettings
defaultSettings()
AttachmentSettings
getAttachments()
ContactUsSettings
getContactUs()
ConversationsSettings
getConversations()
java.lang.String
getReferrerUrl()
TicketFormSettings
getTicketForms()
boolean
isNeverRequestEmailOn()
boolean
isShowClosedRequests()
boolean
isShowReferrerLogo()
-
-
-
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()
-
-