Uses of Class
kong.unirest.core.java.BoundaryAppender
-
Packages that use BoundaryAppender Package Description kong.unirest.core.java -
-
Uses of BoundaryAppender in kong.unirest.core.java
Methods in kong.unirest.core.java that return BoundaryAppender Modifier and Type Method Description (package private) static BoundaryAppender
BoundaryAppender. get(int partIndex, int partsSize)
static BoundaryAppender
BoundaryAppender. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BoundaryAppender[]
BoundaryAppender. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-