Interface WithBuilder
-
- All Known Implementing Classes:
WeblinkHandler
public interface WithBuilderThe Interface WithBuilder. Extends the WeblinkLinkBuilderwith options to add.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedBuilderwith(java.lang.String field, java.lang.String value)With.
-
-
-
Method Detail
-
with
NamedBuilder with(java.lang.String field, java.lang.String value)
With. Option to add value of field.- Parameters:
field- the fieldvalue- the value- Returns:
- the element builder
-
-