Class HttpMultipartRequest
- java.lang.Object
-
- org.uitnet.testing.smartfwk.api.core.support.HttpMultipartRequest
-
public class HttpMultipartRequest extends Object
- Author:
- Madhav Krishna
-
-
Constructor Summary
Constructors Constructor Description HttpMultipartRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpMultipartRequestaddPart(MultipartData part)StringgetContentType()List<MultipartData>getParts()StringgetResponseContentType()voidsetContentType(String contentType)HttpMultipartRequestsetResponseContentType(String responseContentType)
-
-
-
Method Detail
-
getParts
public List<MultipartData> getParts()
-
addPart
public HttpMultipartRequest addPart(MultipartData part)
-
getResponseContentType
public String getResponseContentType()
-
setResponseContentType
public HttpMultipartRequest setResponseContentType(String responseContentType)
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
-