Package cloud.genesys.webmessaging.sdk
Interface ApiResponse<T>
-
- All Superinterfaces:
AutoCloseable
public interface ApiResponse<T> extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetBody()StringgetCorrelationId()ExceptiongetException()StringgetHeader(String key)Map<String,String>getHeaders()StringgetRawBody()intgetStatusCode()StringgetStatusReasonPhrase()booleanhasRawBody()-
Methods inherited from interface java.lang.AutoCloseable
close
-
-