Interface LinkBuilder

All Known Subinterfaces:
OptionsBuilder
All Known Implementing Classes:
WeblinkHandler

public interface LinkBuilder
The Interface LinkBuilder. Builds the weblink URL with all parameters set in the fluent builder API.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copy(String baseURL)
    Copy.
    void
    open(String baseURL)
    Open.
    toLink(String baseURL)
    To link.
  • Method Details

    • toLink

      String toLink(String baseURL) throws com.saperion.util.LinkCreationException
      To link. Builds the weblink url with given baseURL.
      Parameters:
      baseURL - the base url
      Returns:
      the string
      Throws:
      com.saperion.util.LinkCreationException - the link creation exception
    • open

      void open(String baseURL)
      Open.
      Parameters:
      baseURL - the base url
    • copy

      void copy(String baseURL)
      Copy.
      Parameters:
      baseURL - the base url