Interface RouteWebLink.Builder

  • Method Details

    • anchorText

      RouteWebLink.Builder anchorText(String anchorText)

      The interactive or clickable portion of the text.

      Parameters:
      anchorText - The interactive or clickable portion of the text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      RouteWebLink.Builder description(String description)

      Text describing the URL.

      Parameters:
      description - Text describing the URL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceType

      RouteWebLink.Builder deviceType(String deviceType)

      Device type for which the link is intended.

      Parameters:
      deviceType - Device type for which the link is intended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deviceType

      Device type for which the link is intended.

      Parameters:
      deviceType - Device type for which the link is intended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • url

      The URL of the link.

      Parameters:
      url - The URL of the link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.