All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.methods.SlackApiBinaryResponse Maven / Gradle / Ivy

There is a newer version: 1.39.0
Show newest version
package com.slack.api.methods;

import java.io.IOException;

/**
 * Some APIs such as admin.analytics.getFile return binary data when the API call is successful.
 */
public interface SlackApiBinaryResponse extends SlackApiResponse {

    byte[] asBytes() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy