-
- Type Parameters:
B- type of the builderT- type which the builder builds
- All Known Implementing Classes:
FileFormParams.Builder,FormParams.Builder
public interface FormBuilder<B,T> extends Builder<T>
Form builder interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Badd(String name, String... values)Add a new values to specific content disposition name.
-