Package de.xima.fc.http.params
Interface IHttpBodyBuilder
-
- All Known Subinterfaces:
IBinaryDataBuilder<Self>,IContentTypeParameterBuilder<Self>,ICustomBodyDataBuilder<Self>,IFileBodyBuilder<Self>,IFormDataBodyBuilder,IMultipartBodyBuilder,IParameterBuilder<Self>,IUrlDataBuilder<Self>
- All Known Implementing Classes:
CustomBodyDataBuilder,FileBodyBuilder,UrlDataBuilder
public interface IHttpBodyBuilderA builder for an HTTP request body.- 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.
-
-
-
Method Detail
-
build
HttpRequestBuilder build()
Adds the multipart body to the HTTP requests builder and returns the HTTP request builder.- Returns:
- The HTTP request builder that was used to create this body builder.
-
-