Class Translation

java.lang.Object
com.intercom.api.types.Translation

public final class Translation extends Object
  • Method Details

    • getName

      public String getName()
      Returns:
      The localised name of the subscription type.
    • getDescription

      public String getDescription()
      Returns:
      The localised description of the subscription type.
    • getLocale

      public String getLocale()
      Returns:
      The two character identifier for the language of the translation object.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static Translation.NameStage builder()