- Type Parameters:
- B- type of the builder
- T- 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- 
addAdd a new values to specific content disposition name.- Parameters:
- name- param name
- values- param values
- Returns:
- updated builder instance
 
 
-