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.Serializable
Models 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 AuthenticationType
getAuthentication()
Returns the authentication type enabled for the App configurationContactUsSettings
getContactUsSettings()
Gets the settings for the contact Zendesk component.ConversationsSettings
getConversationsSettings()
Gets the settings to use for the Conversations component.HelpCenterSettings
getHelpCenterSettings()
Gets the settings for the Help Center component.RateMyAppSettings
getRateMyAppSettings()
Gets the settings to use for the RateMyApp component.TicketFormSettings
getTicketFormSettings()
Returns the settings for TicketForms.java.util.Date
getUpdatedAt()
Returns when the configuration was last updated
-
-
-
Method Detail
-
getRateMyAppSettings
public RateMyAppSettings getRateMyAppSettings()
Gets the settings to use for the RateMyApp component.- Returns:
- The settings to use when creating the RateMyApp component and the contact Zendesk component that may be launched from this.
-
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.
-
-