- Type Parameters:
B
- type of the builderT
- type which the builder builds
- All Superinterfaces:
Builder<FormBuilder<B,
,T>, T> Supplier<T>
- All Known Implementing Classes:
FileFormParams.Builder
,FormParams.Builder
Form builder interface.
-
Method Summary
-
Method Details
-
add
Add a new values to specific content disposition name.- Parameters:
name
- param namevalues
- param values- Returns:
- updated builder instance
-