Interface LocalizedContent.Builder

  • Method Details

    • displayName

      LocalizedContent.Builder displayName(String displayName)

      The localized display name for the partner.

      Parameters:
      displayName - The localized display name for the partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      LocalizedContent.Builder description(String description)

      The localized description of the partner's business and services.

      Parameters:
      description - The localized description of the partner's business and services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • websiteUrl

      LocalizedContent.Builder websiteUrl(String websiteUrl)

      The localized website URL for the partner.

      Parameters:
      websiteUrl - The localized website URL for the partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logoUrl

      LocalizedContent.Builder logoUrl(String logoUrl)

      The URL to the partner's logo image for this locale.

      Parameters:
      logoUrl - The URL to the partner's logo image for this locale.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • locale

      The locale or language code for the localized content.

      Parameters:
      locale - The locale or language code for the localized content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.