Package kong.unirest.core
Class TestBody
- java.lang.Object
-
- kong.unirest.core.TestBody
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEntityBody()booleanisMultiPart()Collection<BodyPart>multiParts()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface kong.unirest.core.Body
getBoundary, getCharset, getField, getMode, getMonitor, uniPart
-
-
-
-
Method Detail
-
multiParts
public Collection<BodyPart> multiParts()
- Specified by:
multiPartsin interfaceBody
-
isMultiPart
public boolean isMultiPart()
- Specified by:
isMultiPartin interfaceBody
-
isEntityBody
public boolean isEntityBody()
- Specified by:
isEntityBodyin interfaceBody
-
-