Package de.xima.fc.http.params
Interface IFormDataBodyBuilder
- 
- All Superinterfaces:
 IHttpBodyBuilder,IParameterBuilder<IFormDataBodyBuilder>
public interface IFormDataBodyBuilder extends IParameterBuilder<IFormDataBodyBuilder>
A builder for an HTTP request form data body (application/x-www-form-urlencoded).- Since:
 - 7.0.3
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpRequestBuilderbuild()Adds the multipart body to the HTTP requests builder and returns the HTTP request builder.- 
Methods inherited from interface de.xima.fc.http.params.IParameterBuilder
addParameter, addParameter, addParameters 
 - 
 
 - 
 
- 
- 
Method Detail
- 
build
HttpRequestBuilder build()
Adds the multipart body to the HTTP requests builder and returns the HTTP request builder.- Specified by:
 buildin interfaceIHttpBodyBuilder- Returns:
 - The HTTP request builder that was used to create this body builder.
 
 
 - 
 
 -