- java.lang.Object
-
- com.speedment.common.rest.Response
-
public final class Response extends Object
A response from the server than can be parsed into json, or just read to get the status code.- Since:
- 1.0.0
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Object>decodeJson()Stream<Object>decodeJsonArray()Map<String,List<String>>getHeaders()intgetStatus()StringgetText()booleansuccess()
-