Package com.slack.api.methods
Interface SlackApiBinaryResponse
-
- All Superinterfaces:
SlackApiResponse
- All Known Implementing Classes:
AdminAnalyticsGetFileResponse
public interface SlackApiBinaryResponse extends SlackApiResponse
Some APIs such as admin.analytics.getFile return binary data when the API call is successful.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
asBytes()
-
Methods inherited from interface com.slack.api.methods.SlackApiResponse
getHttpResponseHeaders, setHttpResponseHeaders
-
-
-
-
Method Detail
-
asBytes
byte[] asBytes() throws IOException
- Throws:
IOException
-
-