Class Translation

All Implemented Interfaces:
Serializable

public class Translation extends FacebookType
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getTranslation

      The translated string.
      Returns:
      The translated string.
    • setTranslation

      public void setTranslation(String translation)
      The translated string.
    • getApprovalStatus

      The approval status of the string.

      Possible values: auto-approved, approved, unapproved

      Returns:
      The approval status of the string.
    • setApprovalStatus

      public void setApprovalStatus(String approvalStatus)
      The approval status of the string.

      Possible values: auto-approved, approved, unapproved

    • getNativeString

      The original string that was translated.
      Returns:
      The original string that was translated.
    • setNativeString

      public void setNativeString(String nativeString)
      The original string that was translated.
    • getDescription

      The provided description of the string.
      Returns:
      The provided description of the string.
    • setDescription

      public void setDescription(String description)
      The provided description of the string.