Class CustomI18nLabels

java.lang.Object
com.mypurecloud.sdk.v2.model.CustomI18nLabels
All Implemented Interfaces:
Serializable

public class CustomI18nLabels extends Object implements Serializable
The localization settings for homescreen and push notification
See Also:
  • Constructor Details

    • CustomI18nLabels

      public CustomI18nLabels()
    • CustomI18nLabels

      public CustomI18nLabels(Boolean initWithEmptyList)
  • Method Details

    • language

      public CustomI18nLabels language(String language)
      Language of localized labels in homescreen app (eg. en-us, de-de) and push notification
    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage(String language)
    • localizedLabels

      public CustomI18nLabels localizedLabels(List<LocalizedLabels> localizedLabels)
      Contains localized labels used in messenger apps and push notification. PushNotificationTitle and PushNotificationBody are required when notifications are enabled.
    • getLocalizedLabels

      public List<LocalizedLabels> getLocalizedLabels()
    • setLocalizedLabels

      public void setLocalizedLabels(List<LocalizedLabels> localizedLabels)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object