Interface LocalizedBrandingStrings.Builder

  • Method Details

    • browserTabTitle

      LocalizedBrandingStrings.Builder browserTabTitle(String browserTabTitle)

      The text displayed in the browser tab title.

      Parameters:
      browserTabTitle - The text displayed in the browser tab title.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • welcomeText

      LocalizedBrandingStrings.Builder welcomeText(String welcomeText)

      The welcome text displayed on the sign-in page.

      Parameters:
      welcomeText - The welcome text displayed on the sign-in page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loginTitle

      LocalizedBrandingStrings.Builder loginTitle(String loginTitle)

      The title text for the login section. This field is optional and defaults to "Sign In".

      Parameters:
      loginTitle - The title text for the login section. This field is optional and defaults to "Sign In".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loginDescription

      LocalizedBrandingStrings.Builder loginDescription(String loginDescription)

      The description text for the login section. This field is optional and defaults to "Sign in to your session".

      Parameters:
      loginDescription - The description text for the login section. This field is optional and defaults to "Sign in to your session".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loginButtonText

      LocalizedBrandingStrings.Builder loginButtonText(String loginButtonText)

      The text displayed on the login button. This field is optional and defaults to "Sign In".

      Parameters:
      loginButtonText - The text displayed on the login button. This field is optional and defaults to "Sign In".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactLink

      LocalizedBrandingStrings.Builder contactLink(String contactLink)

      A contact link URL. The URL must start with https:// or mailto:. If not provided, the contact button will be hidden from the web portal screen.

      Parameters:
      contactLink - A contact link URL. The URL must start with https:// or mailto:. If not provided, the contact button will be hidden from the web portal screen.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactButtonText

      LocalizedBrandingStrings.Builder contactButtonText(String contactButtonText)

      The text displayed on the contact button. This field is optional and defaults to "Contact us".

      Parameters:
      contactButtonText - The text displayed on the contact button. This field is optional and defaults to "Contact us".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loadingText

      LocalizedBrandingStrings.Builder loadingText(String loadingText)

      The text displayed during session loading. This field is optional and defaults to "Loading your session".

      Parameters:
      loadingText - The text displayed during session loading. This field is optional and defaults to "Loading your session".
      Returns:
      Returns a reference to this object so that method calls can be chained together.