Interface ElementBuilder
-
- All Known Implementing Classes:
WeblinkHandler
public interface ElementBuilderThe Interface ElementBuilder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptionsBuilderall()All.OptionsBuilderonly(int element)Only.
-
-
-
Method Detail
-
all
OptionsBuilder all()
All. Option to add if all elements of document should be downloaded as a zip file.- Returns:
- the named builder
-
only
OptionsBuilder only(int element)
Only. Option to add if only one specific element of document should be downloaded.- Parameters:
element- the element- Returns:
- the named builder
-
-