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
-
Method Details
-
toLink
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
Open.- Parameters:
baseURL
- the base url
-
copy
Copy.- Parameters:
baseURL
- the base url
-