Interface WithBuilder
-
- All Known Implementing Classes:
WeblinkHandler
public interface WithBuilder
The Interface WithBuilder. Extends the WeblinkLinkBuilder
with options to add.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedBuilder
with(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
-
-