Package kong.unirest.core
Class UnibodyString
- java.lang.Object
-
- kong.unirest.core.BodyPart<java.lang.String>
-
- kong.unirest.core.UnibodyString
-
- All Implemented Interfaces:
java.lang.Comparable
class UnibodyString extends BodyPart<java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description UnibodyString(java.lang.String bodyAsString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFile()
java.lang.String
toString()
-
Methods inherited from class kong.unirest.core.BodyPart
compareTo, getContentType, getFileName, getName, getPartType, getValue
-
-