Uses of Class
com.envimate.httpmate.client.requestbuilder.multipart.Part
-
Packages that use Part Package Description com.envimate.httpmate.client.requestbuilder com.envimate.httpmate.client.requestbuilder.multipart com.envimate.httpmate.client.requestbuilder.multipart.builder -
-
Uses of Part in com.envimate.httpmate.client.requestbuilder
Methods in com.envimate.httpmate.client.requestbuilder with parameters of type Part Modifier and Type Method Description default HeadersAndQueryParametersAndMappingStageBodyStage. withAMultipartBodyWithTheParts(Part... parts) -
Uses of Part in com.envimate.httpmate.client.requestbuilder.multipart
Methods in com.envimate.httpmate.client.requestbuilder.multipart with parameters of type Part Modifier and Type Method Description static BodyMultipartBodyCreator. createMultipartBody(Part... parts) -
Uses of Part in com.envimate.httpmate.client.requestbuilder.multipart.builder
Methods in com.envimate.httpmate.client.requestbuilder.multipart.builder that return Part Modifier and Type Method Description PartContentStage. withTheContent(java.io.InputStream content)default PartContentStage. withTheContent(java.lang.String content)
-