Interface DocLink.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DocLink.Builder,DocLink>, SdkBuilder<DocLink.Builder,DocLink>, SdkPojo
Enclosing class:
DocLink

public static interface DocLink.Builder extends SdkPojo, CopyableBuilder<DocLink.Builder,DocLink>
  • Method Details

    • text

      DocLink.Builder text(String text)

      The text with the link to documentation for the recommendation.

      Parameters:
      text - The text with the link to documentation for the recommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      The URL for the documentation for the recommendation.

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