Package com.zendesk.sdk.model.settings
Class SdkSettings
- java.lang.Object
-
- com.zendesk.sdk.model.settings.SdkSettings
-
- All Implemented Interfaces:
- java.io.Serializable
public class SdkSettings extends java.lang.Object implements java.io.SerializableModels the SDK settings.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SdkSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description AuthenticationTypegetAuthentication()Returns the authentication type enabled for the App configurationcom.zendesk.sdk.model.settings.BlipsSettingsgetBlipsSettings()Returns the settings for Blips.ContactUsSettingsgetContactUsSettings()Gets the settings for the contact Zendesk component.ConversationsSettingsgetConversationsSettings()Gets the settings to use for the Conversations component.HelpCenterSettingsgetHelpCenterSettings()Gets the settings for the Help Center component.TicketFormSettingsgetTicketFormSettings()Returns the settings for TicketForms.java.util.DategetUpdatedAt()Returns when the configuration was last updated
-
-
-
Method Detail
-
getConversationsSettings
public ConversationsSettings getConversationsSettings()
Gets the settings to use for the Conversations component.- Returns:
- The settings to use for the conversations component.
-
getHelpCenterSettings
public HelpCenterSettings getHelpCenterSettings()
Gets the settings for the Help Center component.- Returns:
- the settings for the Help Center component.
-
getContactUsSettings
public ContactUsSettings getContactUsSettings()
Gets the settings for the contact Zendesk component.- Returns:
- the settings for the contact Zendesk component.
-
getUpdatedAt
public java.util.Date getUpdatedAt()
Returns when the configuration was last updatedThis date is deserialised from a UTC timestamp but the returned Date will be in the device's local time.
- Returns:
- when the configuration was last updated
-
getAuthentication
public AuthenticationType getAuthentication()
Returns the authentication type enabled for the App configurationCan be one of the following two values:
- jwt
- anonymous
- Returns:
- the authentication type for the app configuration
-
getTicketFormSettings
public TicketFormSettings getTicketFormSettings()
Returns the settings for TicketForms.- Returns:
- the settings for TicketForms.
-
getBlipsSettings
public com.zendesk.sdk.model.settings.BlipsSettings getBlipsSettings()
Returns the settings for Blips.- Returns:
- the settings for blips
-
-