Interface IRestResponse
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IFullRestResponse
public interface IRestResponse extends Serializable
REST response- Author:
- Phillip Austerfield (phillip.austerfield@idmedia.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getResponse()
Get the responseString
getResponseContent()
Get the responseboolean
succeeded()
Check if result is a success
-
-
-
Method Detail
-
getResponseContent
@NotNull String getResponseContent()
Get the response- Returns:
-
getResponse
@NotNull byte[] getResponse()
Get the response- Returns:
-
succeeded
boolean succeeded()
Check if result is a success- Returns:
-
-